summaryrefslogtreecommitdiff
path: root/language/sail.ott
diff options
context:
space:
mode:
Diffstat (limited to 'language/sail.ott')
-rw-r--r--language/sail.ott4
1 files changed, 2 insertions, 2 deletions
diff --git a/language/sail.ott b/language/sail.ott
index 59d51d68..5c8b6a01 100644
--- a/language/sail.ott
+++ b/language/sail.ott
@@ -943,8 +943,8 @@ val_spec {{ ocaml 'a val_spec }} {{ lem val_spec 'a }} :: 'VS_' ::=
val_spec_aux :: 'VS_' ::=
{{ com value type specification }}
- {{ ocaml VS_val_spec of typschm * id * (string -> string option) * bool }}
- {{ lem VS_val_spec of typschm * id * (string -> maybe string) * bool }}
+ {{ ocaml VS_val_spec of typschm * id * (string * string) list * bool }}
+ {{ lem VS_val_spec of typschm * id * list (string * string) * bool }}
| val typschm id :: S :: val_spec
{{ com specify the type of an upcoming definition }}
{{ ocaml (VS_val_spec [[typschm]] [[id]] None false) }} {{ lem }}