|
|
|
| Description |
| Symbolic number, i.e., these are not numbers at all, but just build
a representation of the expressions.
This implementation is incomplete in that it allows comnstruction,
but not deconstruction of the expressions. It's mainly useful for
debugging.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Symbolic numbers over some base type for the literals.
| Instances | |
|
|
|
| Create a variable.
|
|
|
| Create a constant (useful when it is not a literal).
|
|
|
| The expression subst x v e substitutes the expression v for each
occurence of the variable x in e.
|
|
|
|
| Produced by Haddock version 2.1.0 |