sig
  type t
  module H : Hashtbl.S
  val index : t -> H.key
  val prefix : string
  val basename : t -> string
  val location : t -> Log.source option
  val pp_title : Format.formatter -> t -> unit
  val pp_descr : Format.formatter -> t -> unit
  val clear : unit -> unit
  val section : Formula.section
  val declare : t -> string -> Datalib.Create.F.pred Formula.item
end