diff options
Diffstat (limited to 'src/runtime/haskell/PGF/Binary.hs')
| -rw-r--r-- | src/runtime/haskell/PGF/Binary.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell/PGF/Binary.hs b/src/runtime/haskell/PGF/Binary.hs index 22a6ef464..e96bf0ea0 100644 --- a/src/runtime/haskell/PGF/Binary.hs +++ b/src/runtime/haskell/PGF/Binary.hs @@ -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
|
