Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Pandora.Paradigm.Controlflow.Joint.Interpreted
Documentation
class Interpreted t where Source #
Instances
Interpreted Graph Source # | |
Interpreted Maybe Source # | |
Interpreted Stack Source # | |
Interpreted (Stateful s) Source # | |
Interpreted (Conclusion e) Source # | |
Defined in Pandora.Paradigm.Basis.Conclusion Associated Types type Primary (Conclusion e) a :: Type Source # Methods unwrap :: Conclusion e a -> Primary (Conclusion e) a Source # | |
Interpreted (TU ct cu t u) Source # | |
Interpreted (UT ct cu t u) Source # | |
Interpreted (UTU ct cu t u) Source # | |
Interpreted (TUV ct cu cv t u v) Source # | |
Interpreted (TUVW ct cu cv cw t u v w) Source # | |