diff options
| author | Maxime Dénès | 2018-07-17 15:28:29 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-07-17 15:28:29 +0200 |
| commit | 9f4787b7ae9ee7f19bb74db39ec7304bfa97ebd5 (patch) | |
| tree | bec7fe446c30d35763df27096bacba7ad1a56fdc /kernel/nativevalues.mli | |
| parent | b799252775563b4f46f5ea39cbfc469759e7a296 (diff) | |
| parent | 140aa841e808f01a47e11df31cbd188d910c0b58 (diff) | |
Merge PR #8055: Fast accumulator check in native compilation
Diffstat (limited to 'kernel/nativevalues.mli')
| -rw-r--r-- | kernel/nativevalues.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/nativevalues.mli b/kernel/nativevalues.mli index 649853f069..6bbf15160c 100644 --- a/kernel/nativevalues.mli +++ b/kernel/nativevalues.mli @@ -110,9 +110,6 @@ type kind_of_value = val kind_of_value : t -> kind_of_value -(* *) -val is_accu : t -> bool - val str_encode : 'a -> string val str_decode : string -> 'a |
