package earley

  1. Overview
  2. Docs
module type Spec = sig ... end
module Make (S : Spec) : sig ... end
OCaml

Innovation. Community. Security.