Module Bastet.String

module Magma : Interface.MAGMA with type t = string
module Semigroup : Interface.SEMIGROUP with type t = string
module Monoid : Interface.MONOID with type t = string
module Quasigroup : Interface.QUASIGROUP with type t = string
module Loop : Interface.LOOP with type t = string
module Eq : Interface.EQ with type t = string
module Ord : Interface.ORD with type t = string
module Show : Interface.SHOW with type t = string
module Infix : sig ... end