Formal and executable specifications for the new features to be introduced by Shelley.
Change to the latex directory fm-ledger-rules/latex/
.
To build the latex document run:
nix-shell --pure --run make
For a continuous compilation of the LaTeX
file run:
nix-shell --pure --run "make watch"
Change to the haskell directory fm-ledger-rules/hs/
.
The tests can be run with stack:
stack test --pedantic
While developing the models, it can be helpful to run ghcid in a separate shell:
make ghcid
or with tests included:
make ghcid-test