A visual Haskell
Go to file
2016-01-22 18:28:55 -08:00
app Move toNames and Edge constructors to Util.hs. 2016-01-22 18:28:55 -08:00
examples Add argument dots to Apply0N. Add a fact2 example that uses the apply argument to distrubute the factorial function argument. 2016-01-22 18:08:53 -08:00
src Initial commit 2016-01-04 17:18:42 -08:00
test Initial commit 2016-01-04 17:18:42 -08:00
.gitignore Add example images. 2016-01-20 21:37:38 -08:00
glance.cabal Move toNames and Edge constructors to Util.hs. 2016-01-22 18:28:55 -08:00
LICENSE Initial commit 2016-01-04 17:18:42 -08:00
notes.txt Add lambda icons and lambda regions. 2016-01-05 16:22:29 -08:00
README.md Update status image commit 2016-01-22 01:40:02 -08:00
Setup.hs Initial commit 2016-01-04 17:18:42 -08:00
stack.yaml Upgrade to lts-4.0. Test using diagrams-graphviz for layout. 2016-01-07 17:03:04 -08:00

Glance

A visual Haskell

To build and run:

stack build
stack exec glance-exe -- -o output.svg -w 600
firefox output.svg

Goal:

factorial_goal
Current Status: guard_factorial_1