| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Controlflow.Effect.Interpreted
Documentation
type family Schematic (c :: (* -> *) -> k) (t :: * -> *) = (r :: (* -> *) -> * -> *) | r -> t Source #
Instances
| type Schematic Monad Maybe Source # | |
| type Schematic Monad (Conclusion e) Source # | |
Defined in Pandora.Paradigm.Primary.Functor.Conclusion | |
| type Schematic Monad (State s) Source # | |
| type Schematic Monad (Environment e) Source # | |
Defined in Pandora.Paradigm.Inventory.Environment | |
| type Schematic Monad (Accumulator e) Source # | |
Defined in Pandora.Paradigm.Inventory.Accumulator | |
| type Schematic Comonad (Imprint e) Source # | |
Defined in Pandora.Paradigm.Inventory.Imprint | |
| type Schematic Comonad (Equipment e) Source # | |
| type Schematic Comonad (Store p) Source # | |
class Interpreted t where Source #