package uspf

  1. Overview
  2. Docs

Module Uspf.MacroSource

Sourcetype macro = [
  1. | `Literal of string
  2. | `Macro of char * (int option * bool) * string
  3. | `Macro_encoded_space
  4. | `Macro_space
  5. | `Macro_percent
]
Sourcetype t = macro list * string option
Sourceval to_string : t -> string
Sourceval pp : t Fmt.t
Sourceval expand_string : ctx -> string -> ([ `raw ] Domain_name.t, [> `Msg of string ]) result
OCaml

Innovation. Community. Security.