[SBV] tests/T27.hs:9:1 Proving "g", using Z3. ** Starting symbolic simulation.. ** Generated symbolic trace: True :: Bool ** Translating to SMT-Lib.. ** Checking Theoremhood.. ** Generated SMTLib program: ; Automatically generated by SBV. Do not edit. (set-option :produce-models true) (set-logic QF_BV) ; --- uninterpreted sorts --- ; --- literal constants --- (define-fun s_2 () Bool false) (define-fun s_1 () Bool true) ; --- skolem constants --- ; --- constant tables --- ; --- skolemized tables --- ; --- arrays --- ; --- uninterpreted constants --- ; --- user given axioms --- ; --- formula --- (assert ; no quantifiers (not s_1)) ** Calling: "z3 -nw -in -smt2" ** Z3 output: unsat ** Done.. [Z3] Q.E.D.