-
In LH commit 27bc088c4f8b29fd9866e5589233e97e22e314c4, this program is deemed safe:
```haskell
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID "--exactdc" @-}
module Unit where
im…
-
Getting model from z3 is not taking so long. The big part (in term of time) is in the `getFullAst` and `Z3_parse_smtlib2_string()` functions.
-
Hello~Does Klee support the option to dump all queries to smtlib2 or smtlib files?
-
These two files give LH a headache:
```haskell
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID "--exactdc" @-}
module Aux where
data U1 p = U1
data Product f g p = Product (f p) …
-
A slight variation on #1117 gives a different error. This time, three files are required:
```haskell
module AuxDef where
data U1 p = U1
data Product f g p = Product (f p) (g p)
```
```haskel…
-
This file:
```haskell
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID "--exactdc" @-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE RankNTypes #-}
module Iso …
-
This file:
```haskell
{-@ LIQUID "--higherorder" @-}
{-@ LIQUID "--exactdc" @-}
module VerifiedEqInstances where
import Language.Haskell.Liquid.ProofCombinators
{-@ data …
-
In the Stackage Nightly build:
```
Tests
Arrays.Memory
raw: FAIL
Exception:
…
-
Hi~
When I dump constarints(encoded with z3 C++ API) to smtlib2 file and try to solve them with Boolector, some symbols cannot be recognized by Boolector. For example, boolector returns the error:
…
-
(Apologies up front if this I've done something stupid. This is my first time trying to get sbv to do optimization.)
In the documentation for optimization, it suggests the following example:
…
dmwit updated
7 years ago