You can search for identifiers within the package.
in-package search v0.2.0
iCNF language input
module type Term = sig ... end
module type Statement = sig ... end
Implementation requirement for the iCNF format.
module Make (L : Dolmen_intf.Location.S) (T : Term with type location := L.t) (S : Statement with type location := L.t and type term := T.t) : Dolmen_intf.Language.S with type statement = S.t and type file := L.file
Functor to generate a parser for the iCNF format.