Copyright | 2017 Ixperta Solutions s.r.o. |
---|---|
License | BSD3 |
Maintainer | ixcom-core@ixperta.com |
Stability | experimental |
Portability | GHC specific language extensions. |
Safe Haskell | None |
Language | Haskell2010 |
Composable handler for NonDet
effects.
Documentation
A data type for representing nondeterminstic choice.
makeChoiceA :: Alternative f => Eff (NonDet ': effs) a -> Eff effs (f a) Source #
A handler for nondeterminstic effects.