Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- class Substitution s i b where
- subs :: s -> i -> b
Documentation
class Substitution s i b where Source #
Data structure s
can be viewed as a substitution from i
to b
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
class Substitution s i b where Source #
Data structure s
can be viewed as a substitution from i
to b