diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-07-04 11:19:55 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-07-04 11:19:55 -0700 |
| commit | ed48b02873f3ea3cab0107176d00eb00c9519766 (patch) | |
| tree | b8520790160c42466b5bef7644365259c6076bc4 /Syntax.sml | |
| parent | Instantiate asdf (diff) | |
| download | sml-ed48b02873f3ea3cab0107176d00eb00c9519766.tar.zst | |
Add signatures
Diffstat (limited to 'Syntax.sml')
| -rw-r--r-- | Syntax.sml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ struct | DFun of string * (pat list * expr) list | DDatatype of string list * string * (string * etype option) list | DType of string * etype - | DStruct of string * structExpr + | DStruct of string * string option * structExpr + | DSig of string * (string * etype) list and structExpr = SIdent of string |
