1
Fork 0
Code samples for effect systems.
 
 
 
Go to file
Joshua Potter 64c2f3fd0e Initial commit 2022-03-11 08:44:02 -05:00
.githooks Initial commit 2022-03-11 08:44:02 -05:00
app Initial commit 2022-03-11 08:44:02 -05:00
.envrc Initial commit 2022-03-11 08:44:02 -05:00
.gitignore Initial commit 2022-03-11 08:44:02 -05:00
README.md Initial commit 2022-03-11 08:44:02 -05:00
flake.lock Initial commit 2022-03-11 08:44:02 -05:00
flake.nix Initial commit 2022-03-11 08:44:02 -05:00
hello-world.cabal Initial commit 2022-03-11 08:44:02 -05:00
hie.yaml Initial commit 2022-03-11 08:44:02 -05:00

README.md

hello-world

Formatting

A pre-commit file is included in .githooks to ensure consistent formatting. Run the following to configure git to using it:

git config --local core.hooksPath .githooks/