package dedukti

  1. Overview
  2. Docs
An implementation of The Lambda-Pi Modulo Theory

Install

Dune Dependency

Authors

Maintainers

Sources

v2.7.tar.gz
sha512=97171b48dd96043d84587581d72edb442f63e7b5ac1695771aa1c3c9074739e15bc7d17678fedb7062acbf403a0bf323d97485c31b92376b80c63b5c2300ee3c
sha256=5e1b6a859dfa1eb2098947a99c7d11ee450f750d96da1720f4834e1505d1096c

doc/dedukti.parsers/Parsers/Tokens/index.html

Module Parsers.TokensSource

Sourcetype token =
  1. | UNDERSCORE of Kernel.Basic.loc
  2. | TYPE of Kernel.Basic.loc
  3. | KW_DEF of Kernel.Basic.loc
  4. | KW_DEFAC of Kernel.Basic.loc
  5. | KW_DEFACU of Kernel.Basic.loc
  6. | KW_THM of Kernel.Basic.loc
  7. | KW_INJ of Kernel.Basic.loc
  8. | KW_PRV of Kernel.Basic.loc
  9. | RIGHTSQU
  10. | RIGHTPAR
  11. | RIGHTBRA
  12. | QID of Kernel.Basic.loc * Kernel.Basic.mident * Kernel.Basic.ident
  13. | NAME of Kernel.Basic.loc * Kernel.Basic.mident
  14. | REQUIRE of Kernel.Basic.loc * Kernel.Basic.mident
  15. | LONGARROW
  16. | LEFTSQU
  17. | LEFTPAR
  18. | LEFTBRA
  19. | ID of Kernel.Basic.loc * Kernel.Basic.ident
  20. | FATARROW
  21. | EOF
  22. | DOT
  23. | DEF
  24. | COMMA
  25. | COLON
  26. | EQUAL
  27. | ARROW
  28. | EVAL of Kernel.Basic.loc
  29. | INFER of Kernel.Basic.loc
  30. | CHECK of Kernel.Basic.loc
  31. | ASSERT of Kernel.Basic.loc
  32. | CHECKNOT of Kernel.Basic.loc
  33. | ASSERTNOT of Kernel.Basic.loc
  34. | PRINT of Kernel.Basic.loc
  35. | GDT of Kernel.Basic.loc
  36. | STRING of string
OCaml

Innovation. Community. Security.