summaryrefslogtreecommitdiff
path: root/src/pretty_print_ocaml.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_ocaml.ml
parent2a8f6086bc820fadc5e6fe8d4ad910196618d625 (diff)
Removed Typ_arg_effect - nobody used it and it isn't supported by the backends.
Diffstat (limited to 'src/pretty_print_ocaml.ml')
-rw-r--r--src/pretty_print_ocaml.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pretty_print_ocaml.ml b/src/pretty_print_ocaml.ml
index fc02f568..b331a6cf 100644
--- a/src/pretty_print_ocaml.ml
+++ b/src/pretty_print_ocaml.ml
@@ -121,7 +121,6 @@ let doc_typ_ocaml, doc_atomic_typ_ocaml =
| Typ_arg_typ t -> app_typ t
| Typ_arg_nexp n -> empty
| Typ_arg_order o -> empty
- | Typ_arg_effect e -> empty
in typ, atomic_typ
let doc_lit_ocaml in_pat (L_aux(l,_)) =