From 59c31c8ea1f738e778ed4b0a543d07de6427eca4 Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Jun 05 2014 07:25:20 +0000 Subject: Typo. git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.02@14957 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- diff --git a/parsing/parsetree.mli b/parsing/parsetree.mli index df9166c..a66317f 100644 --- a/parsing/parsetree.mli +++ b/parsing/parsetree.mli @@ -392,7 +392,7 @@ and label_declaration = (* { ...; l: T; ... } (mutable=Immutable) { ...; mutable l: T; ... } (mutable=Mutable) - Note: T can be a Pexp_poly. + Note: T can be a Ptyp_poly. *) and constructor_declaration = @@ -490,7 +490,7 @@ and class_type_field_desc = | Pctf_method of (string * private_flag * virtual_flag * core_type) (* method x: T - Note: T can be a Pexp_poly. + Note: T can be a Ptyp_poly. *) | Pctf_constraint of (core_type * core_type) (* constraint T1 = T2 *)