package electrod

  1. Overview
  2. Docs
module type S = sig ... end
module Mixin (M : sig ... end) : S with type t := M.t