diff options
| author | Maxime Dénès | 2017-08-29 14:37:08 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-29 14:37:08 +0200 |
| commit | 7e29b535397c98a46999ecdd827fa5f4cebc8798 (patch) | |
| tree | ad12e4602deead22ec87a6d2315fd4f68ab0fa62 /dev/doc | |
| parent | 8aa7de4ea2660fe370cedab07c1c5dcc19226c8c (diff) | |
| parent | e18f0a289411047777efdfa362bba675b16bb5a3 (diff) | |
Merge PR #819: Cleanup old things
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/api.txt | 10 | ||||
| -rw-r--r-- | dev/doc/notes-on-conversion.v (renamed from dev/doc/notes-on-conversion) | 0 |
2 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 diff --git a/dev/doc/notes-on-conversion b/dev/doc/notes-on-conversion.v index a81f170c63..a81f170c63 100644 --- a/dev/doc/notes-on-conversion +++ b/dev/doc/notes-on-conversion.v |
