forked from GitHub/gf-core
allow empty lines when reading with 'rf -lines -tree'
This commit is contained in:
@@ -506,6 +506,8 @@ allCommands cod env@(pgf, mos) = Map.fromList [
|
|||||||
exec = \opts _ -> do
|
exec = \opts _ -> do
|
||||||
let file = valStrOpts "file" "_gftmp" opts
|
let file = valStrOpts "file" "_gftmp" opts
|
||||||
let exprs [] = ([],empty)
|
let exprs [] = ([],empty)
|
||||||
|
exprs ((n,s):ls) | null s
|
||||||
|
= exprs ls
|
||||||
exprs ((n,s):ls) = case readExpr s of
|
exprs ((n,s):ls) = case readExpr s of
|
||||||
Just e -> let (es,err) = exprs ls
|
Just e -> let (es,err) = exprs ls
|
||||||
in case inferExpr pgf e of
|
in case inferExpr pgf e of
|
||||||
|
|||||||
Reference in New Issue
Block a user