diff options
| author | Kathy Gray | 2013-09-09 13:59:38 +0100 |
|---|---|---|
| committer | Kathy Gray | 2013-09-09 13:59:38 +0100 |
| commit | 7cb63f193a74b82a6ca2529dbf09d31b20a6bc28 (patch) | |
| tree | 53333d2a3b9f7f1dd8c5332cbf3a32eda1728f5a /language | |
| parent | cf4c7c0fd5fb8a9851fa6ca325d1b106ff080fd5 (diff) | |
Pretty printer to Lem ast added; accessed by -lem_ast on the command line
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 |
