formatting is my passion
This commit is contained in:
parent
d99f7b814a
commit
dd3c3b1d9e
@ -1,4 +1,8 @@
|
|||||||
module Main (main) where
|
module Main (main) where
|
||||||
|
import GoodList
|
||||||
|
|
||||||
|
abc :: GoodList Char
|
||||||
|
abc = cons 'a' $ cons 'b' $ cons 'c' Empty
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = putStrLn "Test suite not yet implemented."
|
main = print abc
|
||||||
|
Loading…
Reference in New Issue
Block a user