package stog

  1. Overview
  2. Docs
type token =
  1. | String of string
  2. | RPAR
  3. | OR
  4. | NOT
  5. | LPAR
  6. | EQUAL
  7. | EOF
  8. | COLON
  9. | Attribute of string
  10. | AND
exception Error
val filter : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Filter_types.t
OCaml

Innovation. Community. Security.