This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(lang dune 2.6)
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(library
|
||||
(name forutop_impl_2)
|
||||
(implements forutop))
|
||||
|
|
@ -0,0 +1 @@
|
|||
let run () = print_endline "shouldn't be selected"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(library
|
||||
(name forutop_impl)
|
||||
(implements forutop))
|
||||
|
|
@ -0,0 +1 @@
|
|||
let run () = print_endline "selected by default impl"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(library
|
||||
(name forutop)
|
||||
(virtual_modules forutop)
|
||||
(default_implementation forutop_impl))
|
||||
|
|
@ -0,0 +1 @@
|
|||
val run : unit -> unit
|
||||
|
|
@ -0,0 +1 @@
|
|||
Forutop.run ();;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
$ dune utop . init_forutop.ml
|
||||
selected by default impl
|
||||
Loading…
Add table
Add a link
Reference in a new issue