package bastet

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

Module Verify.CompareSource

Provides functors to verify that instances are lawful.

Sourcemodule Medial_Magma (M : Interface.MEDIAL_MAGMA) (E : Interface.EQ with type t = M.t) : sig ... end
Sourcemodule Semigroup (S : Interface.SEMIGROUP) (E : Interface.EQ with type t = S.t) : sig ... end
Sourcemodule Semigroup_Any (S : Interface.SEMIGROUP_ANY) (E : Interface.EQ1 with type 'a t = 'a S.t) : sig ... end
Sourcemodule Monoid (M : Interface.MONOID) (E : Interface.EQ with type t = M.t) : sig ... end
Sourcemodule Monoid_Any (M : Interface.MONOID_ANY) (E : Interface.EQ1 with type 'a t = 'a M.t) : sig ... end
Sourcemodule Quasigroup (Q : Interface.QUASIGROUP) (E : Interface.EQ with type t = Q.t) : sig ... end
Sourcemodule Quasigroup_Any (Q : Interface.QUASIGROUP_ANY) (E : Interface.EQ1 with type 'a t = 'a Q.t) : sig ... end
Sourcemodule Medial_Quasigroup (Q : Interface.MEDIAL_QUASIGROUP) (E : Interface.EQ with type t = Q.t) : sig ... end
Sourcemodule Loop (L : Interface.LOOP) (E : Interface.EQ with type t = L.t) : sig ... end
Sourcemodule Loop_Any (L : Interface.LOOP_ANY) (E : Interface.EQ1 with type 'a t = 'a L.t) : sig ... end
Sourcemodule Group (G : Interface.GROUP) (E : Interface.EQ with type t = G.t) : sig ... end
Sourcemodule Group_Any (G : Interface.GROUP_ANY) (E : Interface.EQ1 with type 'a t = 'a G.t) : sig ... end
Sourcemodule Abelian_Group (A : Interface.ABELIAN_GROUP) (E : Interface.EQ with type t = A.t) : sig ... end
Sourcemodule Abelian_Group_Any (A : Interface.ABELIAN_GROUP_ANY) (E : Interface.EQ1 with type 'a t = 'a A.t) : sig ... end
Sourcemodule Functor (F : Interface.FUNCTOR) (E : Interface.EQ1 with type 'a t = 'a F.t) : sig ... end
Sourcemodule Apply (A : Interface.APPLY) (E : Interface.EQ1 with type 'a t = 'a A.t) : sig ... end
Sourcemodule Applicative (A : Interface.APPLICATIVE) (E : Interface.EQ1 with type 'a t = 'a A.t) : sig ... end
Sourcemodule Monad (M : Interface.MONAD) (E : Interface.EQ1 with type 'a t = 'a M.t) : sig ... end
Sourcemodule Alt (A : Interface.ALT) (E : Interface.EQ1 with type 'a t = 'a A.t) : sig ... end
Sourcemodule Plus (P : Interface.PLUS) (E : Interface.EQ1 with type 'a t = 'a P.t) : sig ... end
Sourcemodule Alternative (A : Interface.ALTERNATIVE) (E : Interface.EQ1 with type 'a t = 'a A.t) : sig ... end
Sourcemodule Semigroupoid (S : Interface.SEMIGROUPOID) (E : Interface.EQ2 with type ('a, 'b) t = ('a, 'b) S.t) : sig ... end
Sourcemodule Category (C : Interface.CATEGORY) (E : Interface.EQ2 with type ('a, 'b) t = ('a, 'b) C.t) : sig ... end
Sourcemodule Eq (E : Interface.EQ) : sig ... end
Sourcemodule Ord (E : Interface.ORD) : sig ... end
Sourcemodule Bounded (B : Interface.BOUNDED) : sig ... end
Sourcemodule Join_Semilattice (J : Interface.JOIN_SEMILATTICE) (E : Interface.EQ with type t = J.t) : sig ... end
Sourcemodule Meet_Semilattice (M : Interface.MEET_SEMILATTICE) (E : Interface.EQ with type t = M.t) : sig ... end
Sourcemodule Lattice (L : Interface.LATTICE) (E : Interface.EQ with type t = L.t) : sig ... end
Sourcemodule Bounded_Lattice (L : Interface.BOUNDED_LATTICE) (E : Interface.EQ with type t = L.t) : sig ... end
Sourcemodule Heyting_Algebra (H : Interface.HEYTING_ALGEBRA) (E : Interface.EQ with type t = H.t) : sig ... end
Sourcemodule Boolean_Algebra (B : Interface.BOOLEAN_ALGEBRA) (E : Interface.EQ with type t = B.t) : sig ... end
Sourcemodule Semiring (S : Interface.SEMIRING) (E : Interface.EQ with type t = S.t) : sig ... end
Sourcemodule Ring (R : Interface.RING) (E : Interface.EQ with type t = R.t) : sig ... end
Sourcemodule Commutative_Ring (R : Interface.COMMUTATIVE_RING) (E : Interface.EQ with type t = R.t) : sig ... end
Sourcemodule Division_Ring (R : Interface.DIVISION_RING) (E : Interface.EQ with type t = R.t) : sig ... end
Sourcemodule Euclidean_Ring (R : Interface.EUCLIDEAN_RING) (E : Interface.EQ with type t = R.t) : sig ... end
Sourcemodule Field (F : Interface.FIELD) (E : Interface.EQ with type t = F.t) : sig ... end
Sourcemodule Invariant (I : Interface.INVARIANT) (E : Interface.EQ1 with type 'a t = 'a I.t) : sig ... end
Sourcemodule Contravariant (C : Interface.CONTRAVARIANT) (E : Interface.EQ1 with type 'a t = 'a C.t) : sig ... end
Sourcemodule Profunctor (P : Interface.PROFUNCTOR) (E : Interface.EQ2 with type ('a, 'b) t = ('a, 'b) P.t) : sig ... end
Sourcemodule Monad_Zero (M : Interface.MONAD_ZERO) (E : Interface.EQ1 with type 'a t = 'a M.t) : sig ... end
Sourcemodule Monad_Plus (M : Interface.MONAD_PLUS) (E : Interface.EQ1 with type 'a t = 'a M.t) : sig ... end
Sourcemodule Extend (X : Interface.EXTEND) (E : Interface.EQ1 with type 'a t = 'a X.t) : sig ... end
Sourcemodule Comonad (C : Interface.COMONAD) (E : Interface.EQ1 with type 'a t = 'a C.t) : sig ... end
Sourcemodule Bifunctor (B : Interface.BIFUNCTOR) (E : Interface.EQ2 with type ('a, 'b) t = ('a, 'b) B.t) : sig ... end
Sourcemodule Bicontravariant (B : Interface.BICONTRAVARIANT) (E : Interface.EQ2 with type ('a, 'b) t = ('a, 'b) B.t) : sig ... end
OCaml

Innovation. Community. Security.