package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Magma (M : Interface.MAGMA) : sig ... end
module Magma_Any (M : Interface.MAGMA_ANY) : sig ... end
module Functor (F : Interface.FUNCTOR) : sig ... end
module Apply (A : Interface.APPLY) : sig ... end
module Monad (M : Interface.MONAD) : sig ... end
module Alt (A : Interface.ALT) : sig ... end
module Alternative (A : Interface.ALTERNATIVE) : sig ... end
module Semigroupoid (S : Interface.SEMIGROUPOID) : sig ... end
module Eq (E : Interface.EQ) : sig ... end
module Ord (O : Interface.ORD) : sig ... end
module Semiring (S : Interface.SEMIRING) : sig ... end
module Ring (R : Interface.RING) : sig ... end
module Euclidean_Ring (E : Interface.EUCLIDEAN_RING) : sig ... end
module Extend (E : Interface.EXTEND) : sig ... end
module Bifunctor (B : Interface.BIFUNCTOR) : sig ... end
module Biapply (B : Interface.BIAPPLY) : sig ... end