This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
(library
|
||||
(name foo)
|
||||
(public_name foo)
|
||||
(modules_without_implementation intf))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.0)
|
||||
|
|
@ -0,0 +1 @@
|
|||
module T = Intf
|
||||
|
|
@ -0,0 +1 @@
|
|||
type t = A | B | C
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Successes:
|
||||
|
||||
$ dune build --display short --debug-dep 2>*1 | grep -i cma
|
||||
[1]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
module X = Foo.T
|
||||
|
||||
let x = X.A
|
||||
|
||||
include Foo.T
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(library
|
||||
(name bar)
|
||||
(public_name foo.bar)
|
||||
(libraries foo))
|
||||
Loading…
Add table
Add a link
Reference in a new issue