This commit is contained in:
crumbtoo
2023-12-04 19:52:35 -07:00
parent cb7c4fed95
commit cb0de3b26b
23 changed files with 218 additions and 92 deletions

View File

@@ -11,7 +11,7 @@ imitating Haskell.
$ cabal build # Build the rlpc compiler
$ cabal install # Install rlpc to $PATH
$ cabal haddock # Build the API docs w/ Haddock
$ make -C docs html # Build the primary docs w/ Sphinx
$ make -C doc html # Build the primary docs w/ Sphinx
```
### Use