@hackage simple-expr0.2.0.2
Minimalistic toolkit for simple mathematical expression.
Installation
Tested Compilers
Dependencies (15)
- Stream <0.5
- base >=4.19 && <5
- combinatorial <0.2
- composition <1.1
- data-fix <0.4
- graphite <0.11 Show all…
Dependents (1)
@hackage/inf-backprop
This is a minimalistic toolkit for simple mathematical expression developed for debug purposes similar to simple-reflect package but based on slightly different principles. In particular, we use ordinary syntactic trees instead of turning them into strings.
There is a primitive manipulation capability like
>>> simplify $ (x + 0) * 1 - x * (3 - 2) 0
Besides an expression visualization feature is also provided.
See tutorial for details.