package libsail

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | Variable
  2. | Var of string
  3. | True
  4. | Then
  5. | Test
  6. | String of string
  7. | Slash
  8. | Semi
  9. | Rsquare
  10. | Rparen
  11. | Requires
  12. | Rcurly
  13. | LtEq
  14. | Lt
  15. | Lsquare
  16. | Lparen
  17. | Lcurly
  18. | If
  19. | IdLcurly of string * Stdlib.Lexing.position
  20. | Id of string
  21. | GtEq
  22. | Gt
  23. | Files
  24. | FileId of string * string
  25. | False
  26. | ExclEq
  27. | EqEq
  28. | Eq
  29. | Eof
  30. | Else
  31. | DotDot
  32. | Directory
  33. | Comma
  34. | Before
  35. | After
exception Error
val file : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Project.def Project.spanned list
OCaml

Innovation. Community. Security.