package bracetax

  1. Overview
  2. Docs

Standard raw commands

type t = [
  1. | `bypass
  2. | `code
  3. | `text
  4. | `ignore
]

The four standard kinds of non-parsed blocs.

val str_of_raw_cmd : t -> string
val raw_cmd_of_str : string -> t
val is_raw_cmd : string -> bool
val default_raw_end : 'a -> string