package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Base_for_tests.Test_blitSource

include Test_blit_intf.Test_blit
Sourcemodule type Elt = Test_blit_intf.Elt
Sourcemodule type Elt1 = Test_blit_intf.Elt1
Sourcemodule type Sequence = Test_blit_intf.Sequence
Sourcemodule type Sequence1 = Test_blit_intf.Sequence1
Sourcemodule Test (Elt : Elt) (Sequence : Sequence with type elt := Elt.t) (Tested : Base.Blit.S with type t := Sequence.t) : sig ... end
Sourcemodule Test_distinct (Elt : Elt) (Src : Sequence with type elt := Elt.t) (Dst : Sequence with type elt := Elt.t) (Tested : Base.Blit.S_distinct with type src := Src.t with type dst := Dst.t) : sig ... end
Sourcemodule Test1 (Sequence : Sequence1 with type 'a elt := 'a Test_blit_intf.poly) (Tested : Base.Blit.S1 with type 'a t := 'a Sequence.t) : sig ... end
Sourcemodule Test1_generic (Elt : Elt1) (Sequence : Sequence1 with type 'a elt := 'a Elt.t) (Tested : Base.Blit.S1 with type 'a t := 'a Sequence.t) : sig ... end
Sourcemodule Make_and_test (Elt : Elt) (Sequence : sig ... end) : Base.Blit.S with type t := Sequence.t

Make_and_test uses the Blit.Make functor and the Test functor.

Sourcemodule Make_distinct_and_test (Elt : Elt) (Src : Sequence with type elt := Elt.t) (Dst : sig ... end) : Base.Blit.S_distinct with type src := Src.t with type dst := Dst.t
Sourcemodule Make1_and_test (Sequence : sig ... end) : Base.Blit.S1 with type 'a t := 'a Sequence.t
Sourcemodule Make1_generic_and_test (Elt : Elt1) (Sequence : sig ... end) : Base.Blit.S1 with type 'a t := 'a Sequence.t
OCaml

Innovation. Community. Security.