diff options
| author | Pierre-Marie Pédrot | 2017-03-12 19:57:48 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-03-23 16:33:26 +0100 |
| commit | ea8185d872f242f8ebf4274ebe550ed81107150a (patch) | |
| tree | 375409c66ecbe766c505ecffe0adb7d155ce0517 /kernel/safe_typing.mli | |
| parent | dccc6c5a0d7bb8b8936a8327ae979138c9f13453 (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.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/safe_typing.mli b/kernel/safe_typing.mli index 15ebc7d880..8bc47d6ce0 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 |
