Add haddoc documentation to Cards.hs

This commit is contained in:
Joscha 2018-01-04 18:23:51 +00:00
parent 7eb9954a05
commit 9eddf454e3
2 changed files with 45 additions and 4 deletions

View file

@ -151,4 +151,4 @@ run elms = do
main :: IO ()
main = do
elms <- runInputT inputSettings $ run testElements
putStrLn $ show elms
putStrLn $ elementsToString elms