A visual Haskell
Go to file
2016-01-19 15:52:56 -08:00
app Tell GraphViz to use round nodes. 2016-01-19 15:52:56 -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 clean up 2016-01-08 21:52:41 -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