From 93567ef987f22a19ff538ac2617c27f6832c3ce3 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Thu, 22 Jun 2017 13:18:08 +0200 Subject: Remove obsolete files db_printers just isn't used. api.txt is superseded by the API OCaml interface. --- dev/doc/api.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 dev/doc/api.txt (limited to 'dev/doc') 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 -- cgit v1.2.3