summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/t01.reference
blob: 72345ffecd20f073b193a2091e30ccf2abd9d74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# module T01:
# Odoc_info.string_of_module_type:
<[sig  end]>
# Odoc_info.string_of_module_type ~complete: true :
<[sig  end]>
#
# module T01.M:
# Odoc_info.string_of_module_type:
<[sig  end]>
# Odoc_info.string_of_module_type ~complete: true :
<[sig val y : int end]>
#
# module type T01.MT:
# Odoc_info.string_of_module_type:
<[sig  end]>
# Odoc_info.string_of_module_type ~complete: true :
<[sig
  type t =
      string ->
      int ->
      string ->
      string * string * string ->
      string * string * string -> string * string * string -> unit
  val y : int
end]>
# type T01.MT.t:
# manifest (Odoc_info.string_of_type_expr):
<[string ->
  int ->
  string ->
  string * string * string ->
  string * string * string -> string * string * string -> unit]>