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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user