formatting is my passion

This commit is contained in:
pingu 2024-02-29 18:23:17 +01:00
parent d99f7b814a
commit dd3c3b1d9e
2 changed files with 19 additions and 15 deletions

View File

@ -1,4 +1,8 @@
module Main (main) where
import GoodList
abc :: GoodList Char
abc = cons 'a' $ cons 'b' $ cons 'c' Empty
main :: IO ()
main = putStrLn "Test suite not yet implemented."
main = print abc