package ocaml-logicalform

  1. Overview
  2. Docs
module type BASE = sig ... end
module type I = sig ... end
module Make (B : BASE) : I with type t = B.t