aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2017-06-22 13:18:08 +0200
committerGaëtan Gilbert2017-08-01 19:28:11 +0200
commit93567ef987f22a19ff538ac2617c27f6832c3ce3 (patch)
tree80560e8c7946912383cf5cc59b5225152b0aad8b /dev/doc
parent6f1e5ff85d736b80a6d3490a21a30c8d37ea18de (diff)
Remove obsolete files
db_printers just isn't used. api.txt is superseded by the API OCaml interface.
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/api.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev/doc/api.txt b/dev/doc/api.txt
deleted file mode 100644
index 5827257b53..0000000000
--- a/dev/doc/api.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Recommendations in using the API:
-
-The type of terms: constr (see kernel/constr.ml and kernel/term.ml)
-
-- On type constr, the canonical equality on CIC (up to
- alpha-conversion and cast removal) is Constr.equal
-- The type constr is abstract, use mkRel, mkSort, etc. to build
- elements in constr; use "kind_of_term" to analyze the head of a
- constr; use destRel, destSort, etc. when the head constructor is
- known