package apero-core

  1. Overview
  2. Docs
module type S = sig ... end
module Make (I : sig ... end) : S with type 'a t = 'a I.q