package ocaml-base-compiler

  1. Overview
  2. Docs
module type DOMAIN = sig ... end
module Backward (D : DOMAIN) : sig ... end