package cudf

  1. Overview
  2. Docs
type token =
  1. | IDENT of string
  2. | PKGNAME of string
  3. | QSTRING of string
  4. | RELOP of string
  5. | POSINT of string
  6. | NEGINT of string
  7. | LBRACKET
  8. | RBRACKET
  9. | LPAREN
  10. | RPAREN
  11. | COMMA
  12. | PIPE
  13. | COLON
  14. | EQ
  15. | VPKGTRUE
  16. | VPKGFALSE
  17. | EOL
val int_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> int
val ident_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> string
val qstring_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> string
val pkgname_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cudf_types.pkgname
val vpkg_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cudf_types.vpkg
val vpkglist_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cudf_types.vpkglist
val vpkgformula_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cudf_types.vpkgformula
val typedecl_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cudf_types.typedecl
val type_top : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cudf_types.typ
OCaml

Innovation. Community. Security.