mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
the loading of PGF files was broken by the Teyjus patch. Now this is fixed
This commit is contained in:
@@ -43,7 +43,8 @@ instance Binary Abstr where
|
|||||||
funs <- get
|
funs <- get
|
||||||
cats <- get
|
cats <- get
|
||||||
return (Abstr{ aflags=aflags
|
return (Abstr{ aflags=aflags
|
||||||
, funs=funs, cats=cats
|
, funs=fmap (\(w,x,y,z) -> (w,x,y,z,0)) funs
|
||||||
|
, cats=fmap (\(x,y) -> (x,y,0)) cats
|
||||||
, code=BS.empty
|
, code=BS.empty
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user