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 a1cf418 commit 281e389Copy full SHA for 281e389
1 file changed
examples/basic/src/bar.res
@@ -55,4 +55,8 @@ module Test = {
55
}
56
57
58
+let poly1 = #test
59
+let poly2 = #\"foobar"
60
+let poly3 = #"foobar"
61
+
62
let callbackU = (. a) => Js.log(a)
0 commit comments