Module Token.Directive

type t =
| If
| Else
| Elif
| Endif
| Ifdef
| Ifndef
| Define
| Undef
| Error
| Warning
| Import
| Elifdef
| Elifndef
val matches : expected:Base.String.t -> Base.String.t -> Base.bool
val of_string_opt : string -> t option