diff options
Diffstat (limited to 'language')
| -rw-r--r-- | language/l2.ott | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/l2.ott b/language/l2.ott index 2b250334..ccc910c2 100644 --- a/language/l2.ott +++ b/language/l2.ott @@ -955,14 +955,14 @@ ne :: 'Ne_' ::= %% %% {{ ocaml (assert false) }} %% %% {{ lem (Ne_const (List.length [[exp1...expn]])) }} %% %% - t_arg :: '' ::= + t_arg :: '' ::= {{ phantom }} {{ com Argument to type constructors }} | t :: :: typ | ne :: :: nexp | effects :: :: effect | order :: :: order - t_args :: '' ::= + t_args :: '' ::= {{ phantom }} {{ com Arguments to type constructors }} | t_arg1 ... t_argn :: :: T_args |
