| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Control.Joint.Abilities.Interpreted
Documentation
class Interpreted t where Source #
Instances
| Interpreted Maybe Source # | |
| Interpreted (Either e) Source # | |
| Interpreted (Store s) Source # | |
| Interpreted (Writer e) Source # | |
| Interpreted (Reader e) Source # | |
| Interpreted (State s) Source # | |
| (Interpreted (Schema t u), Transformer t) => Interpreted (t :> u) Source # | |
| Interpreted (t <:.> u) Source # | |
| Interpreted (UT t u) Source # | |
| Interpreted (TUT t t' u) Source # | |