package regenerate

  1. Overview
  2. Docs

Generic definitions of words on which regular expression can match.

module type S = sig ... end
module List (C : sig ... end) : sig ... end
module String : sig ... end