package bracetax

  1. Overview
  2. Docs

Module Bracetax_commands.RawSource

Standard raw commands

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

The four standard kinds of non-parsed blocs.

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