package psmt2-frontend

  1. Overview
  2. Docs

Module Psmt2Frontend.Smtlib_typed_logicSource

Sourcetype th_def = {
  1. sorts : (string * ((int * int) * (string -> (Smtlib_ty.ty list * int list) -> Smtlib_ty.desc))) list;
  2. funs : (string * Smtlib_typed_env.fun_def) list;
  3. par_funs : (string * (string list -> Smtlib_typed_env.fun_def)) list;
}
Sourcetype theory =
  1. | Core
  2. | Ints
  3. | Reals
  4. | Reals_Ints
  5. | FloatingPoint
  6. | Arrays
  7. | BitVectors
Sourceval core : th_def
Sourceval ints : th_def
Sourceval reals : th_def
Sourceval reals_ints : th_def
Sourceval arrays : th_def
Sourceval floating_point : th_def
Sourceval bit_vectors : th_def
Sourceval contains : string -> string -> bool