Copyright | (c) Eamon Olive 2020 (c) Louis Hyde 2020 |
---|---|
License | AGPL-3 |
Maintainer | ejolive97@gmail.com |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
runChoiceM :: Monad m => (forall x. f x -> m x) -> Choice f a -> m a Source #