A visual Haskell
Go to file
2016-01-22 17:06:42 -08:00
app Fix arrow heads and tails. 2016-01-22 17:06:42 -08:00
examples clean up main. Make arrows slightly smaller. 2016-01-22 01:38:28 -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 Add Apply0N, extract types to Types.hs, add end options to Edge type. 2016-01-20 16:48:30 -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