This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
open! Base
|
||||
include Test_toplevel_intf.Definitions
|
||||
include (Base.Map : S)
|
||||
|
||||
let%expect_test "[Base.Map] creators/accessors" =
|
||||
let open
|
||||
Functor.Test_creators_and_accessors (Types) (Base.Map)
|
||||
(struct
|
||||
include Functor.Instance (Int)
|
||||
|
||||
let create f = f ((module Int) : _ Comparator.Module.t)
|
||||
let access x = x
|
||||
end) in
|
||||
[%expect {| |}]
|
||||
;;
|
||||
Loading…
Add table
Add a link
Reference in a new issue