| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Dsl.Empty
Documentation
Instances
| Alternative m => PolyCont Empty (m a) Void # | |
Defined in Control.Dsl.Empty Methods runPolyCont :: Empty r' Void -> (Void -> m a) -> m a # | |
| PolyCont Empty r Void => PolyCont Empty (Cont r a) Void # | |
Defined in Control.Dsl.Cont | |
| PolyCont Empty r Void => PolyCont Empty (State s r) Void # | |
Defined in Control.Dsl.State.State | |