Copyright | 2017 Ixperta Solutions s.r.o.; 2017 Alexis King |
---|---|
License | BSD3 |
Maintainer | Alexis King <lexi.lambda@gmail.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.