package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ModDb = sig ... end
val strip : string -> string
val group : unit -> string
val read_file : string -> string
val file_table : (string, string Patodb.data) Hashtbl.t
module Make (D : Typography.Document.DocumentStructure) (Format : sig ... end) (MyDb : ModDb) : sig ... end