package slipshow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ast.Ast_printerSource

Sourceval pp_loc : Format.formatter -> Cmarkit.Meta.t -> unit

Prints the location of a Meta.t node

Sourceval pp_attrs : Format.formatter -> (Cmarkit.Attributes.t * Cmarkit.Meta.t) -> unit

Prints the location of attributes if they exist

Sourceval pp_inline : Format.formatter -> Cmarkit.Inline.t -> unit

Recursively prints Inline.t nodes with their locations and attributes

Sourceval pp_block : Format.formatter -> Cmarkit.Block.t -> unit

Recursively prints Block.t nodes with their locations and attributes

Sourceval pp_bol : Format.formatter -> [< `Block of Cmarkit.Block.t | `Inline of Cmarkit.Inline.t ] -> unit

Main entry point for the Bol type

Sourceval show_block : Cmarkit.Block.t -> string

Convenience function to print a document directly to a string