aboutsummaryrefslogtreecommitdiff
path: root/kernel/declareops.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-07-11 15:42:43 +0200
committerPierre-Marie Pédrot2017-07-11 15:54:46 +0200
commit91df402729f70144a4e4d198c4384dc515920e59 (patch)
treec750afbc9119b7da597235bb62432ff42c871e25 /kernel/declareops.mli
parentc401fc96c3271746448600ca097876bd139b10e9 (diff)
Moving the last bits of abtraction-breaking code out of the kernel.
Diffstat (limited to 'kernel/declareops.mli')
-rw-r--r--kernel/declareops.mli7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/declareops.mli b/kernel/declareops.mli
index 987c1adaf1..a8ba5fa392 100644
--- a/kernel/declareops.mli
+++ b/kernel/declareops.mli
@@ -32,13 +32,6 @@ val constant_polymorphic_context : constant_body -> abstract_universe_context
(** Is the constant polymorphic? *)
val constant_is_polymorphic : constant_body -> bool
-(** Accessing const_body, forcing access to opaque proof term if needed.
- Only use this function if you know what you're doing. *)
-
-val body_of_constant :
- Opaqueproof.opaquetab -> constant_body -> Term.constr option
-val type_of_constant : constant_body -> constant_type
-
(** Return the universe context, in case the definition is polymorphic, otherwise
the context is empty. *)