package rdf

  1. Overview
  2. Docs
type token =
  1. | String_ of string
  2. | SEMICOLON
  3. | RIGHT_PAR
  4. | RIGHT_BRACKET
  5. | Qname_ of string option * string option
  6. | PREFIX
  7. | LEFT_PAR
  8. | LEFT_BRACKET
  9. | Iriref_ of string
  10. | Integer of string
  11. | Identifier of string
  12. | HATHAT
  13. | EOF
  14. | Double of string
  15. | Decimal of string
  16. | DOT
  17. | COMMA
  18. | Boolean of string
  19. | Bname of string
  20. | BASE
  21. | At_identifier of string
  22. | AT_PREFIX
  23. | AT_BASE
  24. | ANON
  25. | A
exception Error
val nq : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> (Term.term * Iri.t * Term.term * Ds.name option) list
val main : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Ttl_types.turtle