Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 601 Bytes

File metadata and controls

22 lines (15 loc) · 601 Bytes

Free monads by example badge

Companion code for "Free monads in the real world".

Build the project

# Option 1
$ nix-shell
nix-shell> cabal build

# Option 2
nix-build

# Option 3
stack build

The project also compiles with GHC 9.6.X and cabal 3.X.X, but prefer deterministic builds with nix.