package alt-ergo-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module AltErgoLib.CommandsSource

Sourcetype sat_decl_aux =
  1. | Assume of string * Expr.t * bool
  2. | PredDef of Expr.t * string
  3. | RwtDef of Expr.t Typed.rwt_rule list
  4. | Query of string * Expr.t * Typed.goal_sort
  5. | ThAssume of Expr.th_elt
Sourcetype sat_tdecl = {
  1. st_loc : Loc.t;
  2. st_decl : sat_decl_aux;
}
Sourceval print : Format.formatter -> sat_tdecl -> unit
OCaml

Innovation. Community. Security.