diff options
Diffstat (limited to 'app/Code.hs')
| -rw-r--r-- | app/Code.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Code.hs b/app/Code.hs index 709b309..9e1f453 100644 --- a/app/Code.hs +++ b/app/Code.hs @@ -62,6 +62,7 @@ data Interp = , cho :: [Cho] -- remaining choice points , ops :: Ops -- currently defined operators , opstash :: [Ops] -- saved operators + , macrostash :: [(Maybe [Code], Maybe [Code])] -- saved expansion defs (load, query) , strtable :: StrTable -- string table , cmdq :: [(Bool, PAST)] -- isQuery, lexemes } |
