diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-08-07 05:54:46 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-08-07 05:54:46 +0000 |
commit | 857e508c6904d6bdfb0868dedda181b2e9976aa9 (patch) | |
tree | 6ab73d7982358bc24d5b6b41d61f956249030d86 | |
parent | a931e015743e9fe4e6631505f5fdf024d6e026cb (diff) |
version
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5087 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | testlabl/poly.exp | 2 | ||||
-rw-r--r-- | testlabl/poly.exp2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testlabl/poly.exp b/testlabl/poly.exp index 291d49016..c063687a4 100644 --- a/testlabl/poly.exp +++ b/testlabl/poly.exp @@ -1,4 +1,4 @@ - Objective Caml version 3.05 + Objective Caml version 3.06 # * * * # type 'a t = { t : 'a; } # type 'a fold = { fold : 'b. f:('b -> 'a -> 'b) -> init:'b -> 'b; } diff --git a/testlabl/poly.exp2 b/testlabl/poly.exp2 index 6b9f3c146..f0e02933d 100644 --- a/testlabl/poly.exp2 +++ b/testlabl/poly.exp2 @@ -1,4 +1,4 @@ - Objective Caml version 3.05 + Objective Caml version 3.06 # * * * # type 'a t = { t : 'a; } # type 'a fold = { fold : 'b. f:('b -> 'a -> 'b) -> init:'b -> 'b; } |