A visual Haskell
Go to file
2016-01-20 20:00:53 -08:00
app Change EndAp1Arg arrow style. 2016-01-20 20:00: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 Initial commit 2016-01-04 17:18:42 -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 Create README with build/run instructions. 2016-01-11 22:46:01 -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