diff options
| author | Gaëtan Gilbert | 2020-07-09 15:55:04 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-07-21 15:26:01 +0200 |
| commit | 7461fe4f55ad9ee7c55c9b060e74a49d173b4ce7 (patch) | |
| tree | 150713e14e25ff3358a7bd18a49b277d6fcedff4 /kernel/cPrimitives.mli | |
| parent | f44202e28f38aa900801b0c90514690b6a401bed (diff) | |
Turn various anomalies into regular errors in primitive declaration path
Diffstat (limited to 'kernel/cPrimitives.mli')
| -rw-r--r-- | kernel/cPrimitives.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cPrimitives.mli b/kernel/cPrimitives.mli index 5e5fad9f04..41b3bff465 100644 --- a/kernel/cPrimitives.mli +++ b/kernel/cPrimitives.mli @@ -128,6 +128,7 @@ val prim_ind_to_string : 'a prim_ind -> string (** Can raise [Not_found] *) val op_or_type_of_string : string -> op_or_type + val op_or_type_to_string : op_or_type -> string val parse_op_or_type : ?loc:Loc.t -> string -> op_or_type |
