1
0
forked from GitHub/gf-core

GF shell: write_file now writes one tree per line

This compensates for other changes that removed line breaks.
Maybe it should have a -lines options like ps and rf?
This commit is contained in:
hallgren
2015-09-03 20:42:38 +00:00
parent 829e1bbfd3
commit 32f18b515e
2 changed files with 7 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ void = Piped ([],"")
stringAsExpr = H.ELit . H.LStr -- should be a pattern macro
-- ** Converting command input
toString = unwords . toStrings
toStrings = map showAsString
where
showAsString t = case t of