The code for the spefic endpoints blog post
If you would like to try this code. You should do the following:
- Use a GNU Linux/BSD machine like a sane person (mac doesn't count)
- install (gcc) and all the other build essentials
- [install ATS] 1
- install the haskell tool named [stack] 2
- clone this repo
- run the command [make] 3
- use stack to [build the project] 4
- you can try stuff in ghci with
stack ghci --ghc-options -Lats
if you would like
Licensed under the BSD-3 License.