explanations to paradigms in synopsis

This commit is contained in:
aarne
2010-12-14 12:28:10 +00:00
parent b498e45dce
commit 924f48d8f8
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ getApiExx xx = do
let aet = getApiExxTrees $ filter validOutput $ lines s
aeos <- mapM readApiExxOne xx
let aexx = mkApiExx $ ("API",aet) : aeos
putStrLn $ prApiExx aexx
-- putStrLn $ prApiExx aexx
return aexx
readApiExxOne file = do