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 2e9a5a0 commit 2fea5f2Copy full SHA for 2fea5f2
src_test/ppx_deriving/test_intf.ml
@@ -1 +1,5 @@
1
[%%import: type a = Stuff.a]
2
+
3
+module type Example = sig
4
+ module type InnerModule = [%import: (module Stuff.S_optional)]
5
+end
src_test/ppx_deriving/test_intf.mli
0 commit comments