package stog

  1. Overview
  2. Docs

Module Stog.BlocksSource

The "blocks" predefined module.

Sourcemodule Smap : Map.S with type key = string
Sourcetype block
Sourceval 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
Sourceval node_of_block : block -> XR.tree
Sourceval module_name : string
Sourceval make_module : ?levels:(string * int list) list -> unit -> (module Engine.Module)