index
:
book-exercises
master
Computing book exercise solutions.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Haskell-book
/
17
/
ListApplicative
/
app
/
Main.hs
blob: 66f0611406b8ebda8af5be86504d274d21cbab2f (
plain
)
1
2
3
4
5
6
module Main where import List main :: IO () main = return ()