Purescript implementation of a path-based graph model.
path := empty | path_id path path
To exercise the code, try this...
- prerequisite: install nodejs
- set up project:
npm init
- run it:
npm run start
- test it:
npm run test
While all code is implemented in Purescript, this project uses a combination of Purescript and Javascript tooling.