time-recurrence-0.9.0: src/Data/Time/Recurrence/AndThen.hs
{-# LANGUAGE FunctionalDependencies, MultiParamTypeClasses #-}
module Data.Time.Recurrence.AndThen
(
AndThen (..)
)
where
infixr 0 >==>
class AndThen a b c | a b -> c where
(>==>) :: a -> b -> c