summaryrefslogtreecommitdiff
path: root/src/pretty_print_lem.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-08-15 18:07:59 +0100
committerAlasdair Armstrong2017-08-15 18:07:59 +0100
commit11563c43a48c6431f061301fd5a41e9ceda08bf0 (patch)
tree256ce7944f94db8883c845afb8cac193e8e1b356 /src/pretty_print_lem.ml
parent2a8f6086bc820fadc5e6fe8d4ad910196618d625 (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.ml1
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.