We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1a4a4 commit e36fea3Copy full SHA for e36fea3
analysis/tests/src/TableclothMap.ml
@@ -1,11 +1,11 @@
1
let add = 3
2
3
module Of (M : sig end) = struct
4
- type t = int
+ type _t = int
5
end
6
7
module M = struct end
8
9
module Int = struct
10
- type t = Of(M).t
+ type _t = Of(M)._t
11
analysis/tests/src/TableclothMap.mli
@@ -1 +1,3 @@
val add : int
+
+module Int : sig end
0 commit comments