diff options
| author | Alasdair Armstrong | 2017-08-15 18:07:59 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-08-15 18:07:59 +0100 |
| commit | 11563c43a48c6431f061301fd5a41e9ceda08bf0 (patch) | |
| tree | 256ce7944f94db8883c845afb8cac193e8e1b356 /src/pretty_print_lem.ml | |
| parent | 2a8f6086bc820fadc5e6fe8d4ad910196618d625 (diff) | |
Removed Typ_arg_effect - nobody used it and it isn't supported by the backends.
Diffstat (limited to 'src/pretty_print_lem.ml')
| -rw-r--r-- | src/pretty_print_lem.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pretty_print_lem.ml b/src/pretty_print_lem.ml index 586773ca..9b66331b 100644 --- a/src/pretty_print_lem.ml +++ b/src/pretty_print_lem.ml @@ -208,7 +208,6 @@ let doc_typ_lem, doc_atomic_typ_lem = | Typ_arg_typ t -> app_typ regtypes true t | Typ_arg_nexp n -> empty | Typ_arg_order o -> empty - | Typ_arg_effect e -> empty in typ', atomic_typ (* Check for variables in types that would be pretty-printed. |
