MapDeclMProp is imported by: StrategoCmds, IsabelleCmds, PPfeInstances.
module MapDeclMProp where import MapDeclM import PropSyntax import MapDeclMPropStruct() -- get the instances import MapDeclMBaseStruct() -- get the instances instance MapDeclM (HsDeclI i) [HsDeclI i] where mapDeclM = std_mapDeclM instance MapDeclM (HsExpI i) [HsDeclI i] where mapDeclM = std_mapDeclM instance MapDeclM (AssertionI i) [HsDeclI i] where mapDeclM = std_mapDeclM instance MapDeclM (PredicateI i) [HsDeclI i] where mapDeclM = std_mapDeclM
(HTML for this module was generated on 2006-08-12. About the conversion tool.)