You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install Haskell [Stack](http://www.haskellstack.org) by following it's simple [install manual](https://docs.haskellstack.org/en/stable/README/#how-to-install).
12
+
2. Checkout the this repository then run the following commands.
13
+
```
14
+
stack setup
15
+
stack build
16
+
```
17
+
3. Run the lambdacube-compiler cli: `stack exec lc -- -h`
12
18
13
-
## Hacking notes
19
+
## Tutorials and Examples
14
20
15
-
If you are hacking on the compiler, you may be have a faster repl with ghci. Use the following commands:
0 commit comments