Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Add unsupported Array equality. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreistefanescu authored Jul 2, 2020
1 parent f01bfce commit 6ffb49e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Verifier/SAW/Simulator/SBV.hs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ prims =
, Prims.bpArrayConstant = unsupportedSBVPrimitive "bpArrayConstant"
, Prims.bpArrayLookup = unsupportedSBVPrimitive "bpArrayLookup"
, Prims.bpArrayUpdate = unsupportedSBVPrimitive "bpArrayUpdate"
, Prims.bpArrayEq = unsupportedSBVPrimitive "bpArrayEq"
}

unsupportedSBVPrimitive :: String -> a
Expand Down

0 comments on commit 6ffb49e

Please sign in to comment.