You can search for identifiers within the package.
in-package search v0.2.0
Standard raw commands
type t = [
| `bypass
| `code
| `text
| `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