diff options
Diffstat (limited to 'parser.sig')
-rw-r--r-- | parser.sig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ signature PARSER = sig val getT: exprAug -> ctype val funcParts: ctype -> ctype * ctype list + val Pctype: (ctype, 'a, 'b, 'c) a1printer val getFieldInfo: ctype -> nid -> (word * ctype) option val finalize: ctx -> ctx |