package ocaml-logicalform

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