Implement functions

This commit is contained in:
2024-09-28 13:57:53 +02:00
parent 67447ac23b
commit da7ea65cf5
12 changed files with 106 additions and 54 deletions

View File

@@ -6,4 +6,5 @@ pkgs.haskell.lib.overrideCabal
"--ghc-option=-Werror"
"--ghc-option=-O2"
];
doHaddock = false;
})