A library for constructing well-typed paths in Idris.
Currently undocumented and incomplete.
Add this line to the [dependencies]
section of your project's elba.toml
:
"elba/path" = { git = "https://github.com/elba/path" }
Clone the repository and install using the included ipkg:
$ git clone https://github.com/elba/path && cd path
$ idris --install path.ipkg