summaryrefslogtreecommitdiff
path: root/pretyping/rawterm.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2005-01-31 14:34:14 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2005-01-31 14:34:14 +0000
commit6497f27021fec4e01f2182014f2bb1989b4707f9 (patch)
tree473be7e63895a42966970ab6a70998113bc1bd59 /pretyping/rawterm.mli
parent6b649aba925b6f7462da07599fe67ebb12a3460e (diff)
Imported Upstream version 8.0pl2upstream/8.0pl2
Diffstat (limited to 'pretyping/rawterm.mli')
-rw-r--r--pretyping/rawterm.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli
index d78d1866..97e11af6 100644
--- a/pretyping/rawterm.mli
+++ b/pretyping/rawterm.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: rawterm.mli,v 1.47.2.2 2004/07/16 19:30:46 herbelin Exp $ i*)
+(*i $Id: rawterm.mli,v 1.47.2.5 2005/01/21 16:42:37 herbelin Exp $ i*)
(*i*)
open Util
@@ -47,7 +47,7 @@ type 'a bindings =
type 'a with_bindings = 'a * 'a bindings
type hole_kind =
- | ImplicitArg of global_reference * int
+ | ImplicitArg of global_reference * (int * identifier option)
| BinderType of name
| QuestionMark
| CasesType
@@ -97,11 +97,11 @@ i*)
val map_rawconstr : (rawconstr -> rawconstr) -> rawconstr -> rawconstr
-(*
+(*i
val map_rawconstr_with_binders_loc : loc ->
(identifier -> 'a -> identifier * 'a) ->
('a -> rawconstr -> rawconstr) -> 'a -> rawconstr -> rawconstr
-*)
+i*)
val occur_rawconstr : identifier -> rawconstr -> bool
@@ -130,7 +130,7 @@ type ('a,'b) red_expr_gen =
| Unfold of 'b occurrences list
| Fold of 'a list
| Pattern of 'a occurrences list
- | ExtraRedExpr of string * 'a
+ | ExtraRedExpr of string
type ('a,'b) may_eval =
| ConstrTerm of 'a