Added readme
This commit is contained in:
parent
6d18e0c1fb
commit
473d26ff0e
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
# An equational calculator in haskell
|
||||||
|
|
||||||
|
It equates functions using laws. A law might be something like:
|
||||||
|
|
||||||
|
map after concat: map f . concat = concat . map (map f)
|
||||||
|
|
||||||
|
|
||||||
|
# Limtations
|
||||||
|
|
||||||
|
This deos not generate tree of complitions(yet), but rather list. So
|
||||||
|
it's sometimes wrong where there are 2 possible simplification routes
|
||||||
|
available.
|
Loading…
Add table
Add a link
Reference in a new issue