-------------------------------------------------------------------------------- -- | -- Module : Orc -- Copyright : (c) 2008-2010 Galois, Inc. -- License : BSD3 -- -- Maintainer : John Launchbury -- Stability : -- Portability : concurrency -- module Orc ( module Orc.Monad , module Orc.Combinators ) where import Orc.Monad import Orc.Combinators