This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(lang dune 3.7)
|
||||
|
|
@ -0,0 +1 @@
|
|||
let run = print_endline
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(include_subdirs qualified)
|
||||
|
||||
(library
|
||||
(name impl)
|
||||
(implements vlib))
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
We can nested modules virtual
|
||||
$ dune build @all
|
||||
File "vlib/dune", line 5, characters 18-26:
|
||||
5 | (virtual_modules bar/virt))
|
||||
^^^^^^^^
|
||||
Error: Module Bar/virt doesn't exist.
|
||||
[1]
|
||||
|
|
@ -0,0 +1 @@
|
|||
val run : string -> unit
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(include_subdirs qualified)
|
||||
|
||||
(library
|
||||
(name vlib)
|
||||
(virtual_modules bar/virt))
|
||||
Loading…
Add table
Add a link
Reference in a new issue