diff options
| author | letouzey | 2002-12-05 14:43:14 +0000 |
|---|---|---|
| committer | letouzey | 2002-12-05 14:43:14 +0000 |
| commit | b86f8d977d9a0dd9635207e436bc1e59ca98475c (patch) | |
| tree | 5c630a49ea16802fe3f60c1686e8080694a90338 /contrib/extraction/table.mli | |
| parent | f4af459e05814c954514f71dcc4c63b00af823b5 (diff) | |
code cleanup (+ debut de commencement de modules)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3380 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/table.mli')
| -rw-r--r-- | contrib/extraction/table.mli | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/extraction/table.mli b/contrib/extraction/table.mli index 7afb6782d1..3ffb74ac4b 100644 --- a/contrib/extraction/table.mli +++ b/contrib/extraction/table.mli @@ -67,8 +67,11 @@ val extract_constant_inline : bool -> reference -> string -> unit val extract_inductive : reference -> string * string list -> unit -val add_record : inductive -> global_reference list -> unit +(*s some tables. *) +val add_record : inductive -> global_reference list -> unit val find_proj : inductive -> global_reference list - val is_proj : global_reference -> bool + +val add_recursors : kernel_name -> unit +val is_recursor : global_reference -> bool |
