1
0
forked from GitHub/gf-rgl

explanations to paradigms in synopsis

This commit is contained in:
aarne
2010-12-14 12:28:10 +00:00
parent eac4de7ac2
commit 51e4d92469
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