This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
let run () = print_endline "bar"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(library
|
||||
(name mylib)
|
||||
(modules_without_implementation intf_only)
|
||||
(wrapped (transition "Will be removed past 2020-20-20")))
|
||||
|
|
@ -0,0 +1 @@
|
|||
let run () = print_endline "foo"
|
||||
|
|
@ -0,0 +1 @@
|
|||
val run : unit -> unit
|
||||
|
|
@ -0,0 +1 @@
|
|||
module type S = sig end
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
module Bar = Bar
|
||||
module Foo = Foo
|
||||
module Intf_only = Intf_only
|
||||
Loading…
Add table
Add a link
Reference in a new issue