Typo: PPat_type c'est Ppat_type.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8682 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2007-11-28 22:25:02 +00:00
parent 7fb9c3cba8
commit 48c4625aa8
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ and pattern i ppf x =
pattern i ppf p;
core_type i ppf ct;
| Ppat_type li ->
line i ppf "PPat_type";
line i ppf "Ppat_type";
longident i ppf li
and expression i ppf x =