Skip to content

Commit

Permalink
Removing this simplificaiton, as it's not standard SMTLIB2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Feb 22, 2024
1 parent a3208c1 commit f79d79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EVM/SMT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ exprToSMT = \case
_ -> op2 "indexWord" idx w
ReadByte idx src -> op2 "select" src idx

ConcreteBuf "" -> "((as const Buf) #b00000000)"
ConcreteBuf bs -> writeBytes bs mempty
AbstractBuf s -> fromText s
ReadWord idx prev -> op2 "readWord" idx prev
Expand Down

0 comments on commit f79d79c

Please sign in to comment.