forked from GitHub/gf-core
native representation for HOAS in PMCFG and incremental type checking of the parse forest
This commit is contained in:
@@ -51,6 +51,8 @@ convertFile conf src file = do
|
||||
return ws
|
||||
TypeError _ ->
|
||||
return []
|
||||
ParseIncomplete ->
|
||||
return []
|
||||
ParseOk ts ->
|
||||
case rank ts of
|
||||
(t:tt) -> appv ("WARNING: ambiguous example " ++ ex) >>
|
||||
|
||||
Reference in New Issue
Block a user