diff options
author | Alain Frisch <alain@frisch.fr> | 2013-08-29 11:42:23 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-08-29 11:42:23 +0000 |
commit | 76d35efd0aff69c82daa7d6ca2335f25cbaf5ceb (patch) | |
tree | 9c67baeddd0846e5ab23b0289674cb212c765042 /ocamldoc/odoc_str.ml | |
parent | a18853fde97e44a7ff21184c77998f94edfa14f7 (diff) | |
parent | 6f15a5da7b420f91b68e03ee18c94e0d3bfa8857 (diff) |
Reintegrate the extension_point branch.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14044 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_str.ml')
-rw-r--r-- | ocamldoc/odoc_str.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_str.ml b/ocamldoc/odoc_str.ml index 5f3a8e9e7..b36ad9596 100644 --- a/ocamldoc/odoc_str.ml +++ b/ocamldoc/odoc_str.ml @@ -125,7 +125,7 @@ let string_of_class_type_param_list l = let string_of_class_params c = let b = Buffer.create 256 in let rec iter = function - Types.Cty_fun (label, t, ctype) -> + Types.Cty_arrow (label, t, ctype) -> let parent = is_arrow_type t in Printf.bprintf b "%s%s%s%s -> " ( |