package ocaml-logicalform

  1. Overview
  2. Docs
module type I = sig ... end
module Make (T : Term.I) : I with module Term = T