diff options
Diffstat (limited to 'testsuite/tests/tool-ocamldoc/t01.reference')
-rw-r--r-- | testsuite/tests/tool-ocamldoc/t01.reference | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/tool-ocamldoc/t01.reference b/testsuite/tests/tool-ocamldoc/t01.reference index 72345ffec..d5159bdfc 100644 --- a/testsuite/tests/tool-ocamldoc/t01.reference +++ b/testsuite/tests/tool-ocamldoc/t01.reference @@ -23,6 +23,8 @@ string * string * string -> string * string * string -> string * string * string -> unit val y : int + type obj_type = + < bar : float -> string; foo : int; gee : int -> int * string > end]> # type T01.MT.t: # manifest (Odoc_info.string_of_type_expr): @@ -31,3 +33,6 @@ end]> string -> string * string * string -> string * string * string -> string * string * string -> unit]> +# type T01.MT.obj_type: +# manifest (Odoc_info.string_of_type_expr): +<[< bar: float -> string ; foo: int ; gee: int -> int * string ; >]> |