Safe Haskell | None |
---|---|
Language | Haskell2010 |
A type class ModSubst
for objects which can have ModuleSubst
applied to them.
See also https://github.com/ezyang/ghc-proposals/blob/backpack/proposals/0000-backpack.rst
- class ModSubst a where
Documentation
Applying module substitutions to semantic objects.
modSubst :: OpenModuleSubst -> a -> a #