File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ library
54
54
, xml
55
55
, random
56
56
, transformers
57
- , smtlib2 >= 0.3 && < 1.0
57
+ -- , smtlib2 >= 0.3 && < 1.0
58
58
, ansi-terminal
59
59
60
60
exposed-modules : Copilot.Theorem
61
61
, Copilot.Theorem.Prove
62
62
, Copilot.Theorem.Kind2
63
63
, Copilot.Theorem.Prover.SMT
64
- , Copilot.Theorem.Prover.Z3
64
+ -- , Copilot.Theorem.Prover.Z3
65
65
, Copilot.Theorem.Kind2.Prover
66
66
67
67
other-modules : Copilot.Theorem.Tactics
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import Copilot.Theorem.IL.Spec
9
9
import Text.PrettyPrint.HughesPJ
10
10
import qualified Data.Map as Map
11
11
12
+ import Prelude hiding ((<>) )
13
+
12
14
--------------------------------------------------------------------------------
13
15
14
16
prettyPrint :: IL -> String
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import Text.PrettyPrint.HughesPJ
12
12
import qualified Data.Map as Map
13
13
import qualified Data.Bimap as Bimap
14
14
15
+ import Prelude hiding ((<>) )
16
+
15
17
--------------------------------------------------------------------------------
16
18
17
19
indent = nest 4
You can’t perform that action at this time.
0 commit comments