diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
commit | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (patch) | |
tree | ad89c6bb57ceee608fcba2bb3435b74e0f57919e /toplevel/record.mli | |
parent | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (diff) |
Imported Upstream version 8.0pl3+8.1alphaupstream/8.0pl3+8.1alpha
Diffstat (limited to 'toplevel/record.mli')
-rw-r--r-- | toplevel/record.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/record.mli b/toplevel/record.mli index 8eff2ed5..66282c20 100644 --- a/toplevel/record.mli +++ b/toplevel/record.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: record.mli,v 1.16.2.1 2004/07/16 19:31:49 herbelin Exp $ i*) +(*i $Id: record.mli 6743 2005-02-18 22:14:08Z herbelin $ i*) (*i*) open Names @@ -21,7 +21,7 @@ open Topconstr [coers]; it returns the absolute names of projections *) val declare_projections : - inductive -> bool list -> rel_context -> constant option list + inductive -> bool list -> rel_context -> bool list * constant option list val definition_structure : lident with_coercion * local_binder list * |