oops, i already implemented an applicative
This commit is contained in:
commit
a577bddd7f
15 changed files with 321 additions and 0 deletions
4
app/Main.hs
Normal file
4
app/Main.hs
Normal file
|
@ -0,0 +1,4 @@
|
|||
module Main (main) where
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
Loading…
Add table
Add a link
Reference in a new issue