packages feed

objective-0.5: src/Control/Monad/Objective.hs

module Control.Monad.Objective (module Control.Monad.Objective.Class
  , module Control.Monad.Objective.IO
  , module Control.Monad.Objective.ST) where

import Control.Monad.Objective.Class
import Control.Monad.Objective.IO
import Control.Monad.Objective.ST