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