forked from GitHub/gf-core
A basic infrastructure for generating Teyjus bytecode from the GF abstract syntax
This commit is contained in:
@@ -44,6 +44,7 @@ instance Binary Abstr where
|
||||
cats <- get
|
||||
return (Abstr{ aflags=aflags
|
||||
, funs=funs, cats=cats
|
||||
, code=BS.empty
|
||||
})
|
||||
|
||||
instance Binary Concr where
|
||||
|
||||
Reference in New Issue
Block a user