aboutsummaryrefslogtreecommitdiff
path: root/dev/base_include
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2021-03-06 22:19:41 +0900
committerKazuhiko Sakaguchi2021-03-09 18:10:23 +0900
commit4bbbaff29bb748800636c7c737fdbda3a2ee819d (patch)
treec97c213dbe52313d9c761e2d20026af4d62bb20d /dev/base_include
parentb55216ab3509f48e45aac035f1b799529d068f51 (diff)
Replace cl_index with cl_typ in coercionops.ml
The table of coercion classes `class_tab` is now indexed by `cl_typ` instead of integers (`cl_index`). All the uses of `cl_index` and `Bijint` have been replaced with `cl_typ` and `ClTypMap` respectively.
Diffstat (limited to 'dev/base_include')
-rw-r--r--dev/base_include1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include
index f375a867bc..061bf1f3e1 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -16,7 +16,6 @@
#install_printer (* kernel_name *) ppkn;;
#install_printer (* constant *) ppcon;;
#install_printer (* projection *) ppproj;;
-#install_printer (* cl_index *) ppclindex;;
#install_printer (* recarg Rtree.t *) ppwf_paths;;
#install_printer (* constr *) print_pure_constr;;
#install_printer (* patch *) ppripos;;