package logtk

  1. Overview
  2. Docs
Core types and algorithms for logic

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/logtk.parsers/Logtk_parsers/Parse_tptp/index.html

Module Logtk_parsers.Parse_tptpSource

Sourcetype token =
  1. | XOR
  2. | WILDCARD
  3. | VLINE
  4. | UPPER_WORD of string
  5. | UNDERSCORE
  6. | TYPE_TY
  7. | TRUE
  8. | THF
  9. | TFF
  10. | STAR
  11. | SINGLE_QUOTED of string
  12. | RIGHT_PAREN
  13. | RIGHT_BRACKET
  14. | REAL of string
  15. | RATIONAL of string
  16. | NOT_EQUAL
  17. | NOTVLINE
  18. | NOTCONST
  19. | NOTAND
  20. | NOT
  21. | LOWER_WORD of string
  22. | LEFT_PAREN
  23. | LEFT_IMPLY
  24. | LEFT_BRACKET
  25. | LAMBDA
  26. | INTEGER of string
  27. | INCLUDE
  28. | IMPLY
  29. | FORALL_TY
  30. | FORALLCONST
  31. | FORALL
  32. | FOF
  33. | FALSE
  34. | EXISTSCONST
  35. | EXISTS
  36. | EQUIV
  37. | EQUAL
  38. | EOI
  39. | DOT
  40. | DOLLAR_WORD of string
  41. | DOLLAR_DOLLAR_WORD of string
  42. | DISTINCT_OBJECT of string
  43. | COMMA
  44. | COLUMN
  45. | CNF
  46. | AT
  47. | ARROW
  48. | AND
Sourceexception Error
Sourceval parse_formula : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Logtk.STerm.t
Sourceval parse_answer_tuple : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Logtk.STerm.t list list
OCaml

Innovation. Community. Security.