package encoding

  1. Overview
  2. Docs
type token =
  1. | UNARY of Ty.t * Ty.unop
  2. | TYPE of Ty.t
  3. | TERNARY of Ty.t * Ty.triop
  4. | SYMBOL of string
  5. | STR of string
  6. | RPAREN
  7. | RELOP of Ty.t * Ty.relop
  8. | NUM of int
  9. | LPAREN
  10. | GET_MODEL
  11. | EOF
  12. | DECLARE_FUN
  13. | DEC of float
  14. | CVTOP of Ty.t * Ty.cvtop
  15. | CHECK_SAT
  16. | BOOL of bool
  17. | BINARY of Ty.t * Ty.binop
  18. | ASSERT
exception Error
val script : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Ast.t list
OCaml

Innovation. Community. Security.