Module Bracetax_commands.Raw


module Raw: sig .. end
Standard raw commands

type t = [ `bypass | `code | `ignore | `text ] 
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