diff options
| author | Pierre-Marie Pédrot | 2018-05-29 14:51:49 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-06-24 18:20:26 +0200 |
| commit | 568f3b69d407f7b5a47d1fdd6ca2bbf3edb5be72 (patch) | |
| tree | 1bb4cc7dfa6976bb530080441ea1b1d448a0ceb4 /kernel/safe_typing.mli | |
| parent | e42b3b188b365159a60851bb0d4214068bb74dd4 (diff) | |
Further cleaning of the side-effect API.
We remove internal functions and types from the API.
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 c8df57911f..990e07da45 100644 --- a/kernel/safe_typing.mli +++ b/kernel/safe_typing.mli @@ -44,7 +44,7 @@ type 'a safe_transformer = safe_environment -> 'a * safe_environment type private_constants val side_effects_of_private_constants : - private_constants -> Entries.side_effect list + private_constants -> Entries.side_eff list (** Return the list of individual side-effects in the order of their creation. *) |
