Skip to content

Commit

Permalink
Merge pull request #620 from GaloisInc/text-lambda
Browse files Browse the repository at this point in the history
Update saw-core submodule and adapt to GaloisInc/saw-core#119.
  • Loading branch information
brianhuffman authored Jan 19, 2021
2 parents 79dee02 + 4f991ee commit 4d99990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crucible-saw/src/Lang/Crucible/Backend/SAWCore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ evaluateExpr sym sc cache = f []
SAWExpr <$>
(SC.scBvForall sc w
=<< SC.scLambda sc nm ty =<< f (Just (B.bvarName bvar):env) body)
where nm = Text.unpack $ solverSymbolAsText $ B.bvarName bvar
where nm = solverSymbolAsText $ B.bvarName bvar
_ -> unsupported sym "SAW backend only supports universal quantifiers over bitvectors"
B.Exists{} ->
unsupported sym "SAW backend does not support existential quantifiers"
Expand Down

0 comments on commit 4d99990

Please sign in to comment.