mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
Added French for new API. Started alpha conv. Fixed bugs.
This commit is contained in:
@@ -21,7 +21,7 @@ import List (nub)
|
||||
|
||||
postParse :: CFTree -> Err Exp
|
||||
postParse tree = do
|
||||
iterm <- errIn "postprocessing initial parse tree" $ tree2term tree
|
||||
iterm <- errIn ("postprocessing parse tree" +++ prCFTree tree) $ tree2term tree
|
||||
return $ term2trm iterm
|
||||
|
||||
-- an intermediate data structure
|
||||
@@ -93,4 +93,4 @@ term2trm (ITerm (fun, binds) terms) =
|
||||
where
|
||||
mkAbsR c e = foldr EAbs e c
|
||||
mkAppAtom a = mkApp (EAtom a)
|
||||
mkApp = foldl EApp
|
||||
mkApp = foldl EApp
|
||||
|
||||
Reference in New Issue
Block a user