package stog

  1. Overview
  2. Docs

The "blocks" predefined module.

module Smap : Map.S with type key = string
module XR = Xtmpl.Rewrite
type block
val mk_block : id:string -> ?label:XR.tree list -> ?clas:string -> title:XR.tree list -> ?counter:string -> short_fmt:XR.tree list -> long_fmt:XR.tree list -> XR.tree list -> block
val node_of_block : block -> XR.tree
val module_name : string
val make_module : ?levels:(string * int list) list -> unit -> (module Engine.Module)