diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/printers.mllib | 6 | ||||
| -rw-r--r-- | dev/top_printers.ml | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib index 29fa827dca..85e1d6fe65 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -44,14 +44,19 @@ Sign Cbytecodes Copcodes Cemitcodes +Nativevalues Declarations Retroknowledge Pre_env +Nativelambda +Nativecode +Nativelib Cbytegen Environ Conv_oracle Closure Reduction +Nativeconv Type_errors Modops Inductive @@ -61,6 +66,7 @@ Cooking Term_typing Subtyping Mod_typing +Nativelibrary Safe_typing Summary diff --git a/dev/top_printers.ml b/dev/top_printers.ml index 6e1bf92f5e..aa7d820451 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -156,6 +156,7 @@ let cast_kind_display k = | VMcast -> "VMcast" | DEFAULTcast -> "DEFAULTcast" | REVERTcast -> "REVERTcast" + | NATIVEcast -> "NATIVEcast" let constr_display csr = let rec term_display c = match kind_of_term c with |
