oops, i already implemented an applicative

This commit is contained in:
vegowotenks 2025-07-11 17:22:33 +02:00
commit a577bddd7f
15 changed files with 321 additions and 0 deletions

2
test/Spec.hs Normal file
View file

@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"