aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/safe_typing.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-03-12 19:57:48 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-03-23 16:33:26 +0100
commitea8185d872f242f8ebf4274ebe550ed81107150a (patch)
tree375409c66ecbe766c505ecffe0adb7d155ce0517 /kernel/safe_typing.mli
parentdccc6c5a0d7bb8b8936a8327ae979138c9f13453 (diff)
Making the side_effects type opaque.
We move it from Entries to Term_typing and export the few functions needed to manipulate it in this module.
Diffstat (limited to 'kernel/safe_typing.mli')
-rw-r--r--kernel/safe_typing.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/safe_typing.mli b/kernel/safe_typing.mli
index 15ebc7d88..8bc47d6ce 100644
--- a/kernel/safe_typing.mli
+++ b/kernel/safe_typing.mli
@@ -47,7 +47,7 @@ type private_constant_role =
| Schema of inductive * string
val side_effects_of_private_constants :
- private_constants -> Entries.side_effects
+ private_constants -> Entries.side_effect list
val empty_private_constants : private_constants
val add_private : private_constant -> private_constants -> private_constants