aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrextern.mli
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-06-12 11:14:54 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-06-12 11:14:54 +0200
commit76f97eac9e0b6eee76469b2a00a9c157caa3da8a (patch)
treeb6a076e12bae66fe62ef8b74b03a20989e3e23cb /interp/constrextern.mli
parent2253d2eb4f892f932332358be8537fdb5552ef87 (diff)
Remove more dead code (follow-up of previous commit).
Diffstat (limited to 'interp/constrextern.mli')
-rw-r--r--interp/constrextern.mli10
1 files changed, 0 insertions, 10 deletions
diff --git a/interp/constrextern.mli b/interp/constrextern.mli
index ea627cff1..071898e16 100644
--- a/interp/constrextern.mli
+++ b/interp/constrextern.mli
@@ -59,16 +59,6 @@ val set_extern_reference :
val get_extern_reference :
unit -> (?loc:Loc.t -> Id.Set.t -> global_reference -> reference)
-(** This governs printing of implicit arguments. If [with_implicits] is
- on and not [with_arguments] then implicit args are printed prefixed
- by "!"; if [with_implicits] and [with_arguments] are both on the
- function and not the arguments is prefixed by "!" *)
-val with_implicits : ('a -> 'b) -> 'a -> 'b
-val with_arguments : ('a -> 'b) -> 'a -> 'b
-
-(** This forces printing of coercions *)
-val with_coercions : ('a -> 'b) -> 'a -> 'b
-
(** This forces printing universe names of Type\{.\} *)
val with_universes : ('a -> 'b) -> 'a -> 'b