Closed qaristote closed 2 years ago
I guess z3 4.8.15
isn't supported so I tried with z3 4.8.12
but I get the same error. For information I load the library with a shell.nix
file containing:
packages = with pkgs; [
z3
(haskellPackages.ghcWithPackages (hp: with hp; [ typed-process (z3.override { z3 = pkgs.z3; }) ]))
];
I solved this by packaging the master branch of haskell-z3
in Nix. Maybe the table in the README
is incorrect though, and z3 4.8.12
is incompatible with haskell-z3 408.2
?
I'm using
haskell-z3 v408.2
andz3 v4.8.15
. When I try to run the example on using parsing (see below) I get the following error:The example in the readme runs fine though.