summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w32b.compilers.reference
blob: c375b18b8bbfa82939aea6abd029f58b6ea76111 (plain)
1
2
3
4
5
6
7
8
9
File "w32b.ml", line 13, characters 18-24:
13 | module Q (M : sig type t end) = struct end
                       ^^^^^^
Warning 34 [unused-type-declaration]: unused type t.

File "w32b.ml", line 13, characters 10-11:
13 | module Q (M : sig type t end) = struct end
               ^
Warning 60 [unused-module]: unused module M.