Skip to content

Commit

Permalink
Merge pull request #203 from GaloisInc/sp/crux-mir-comp
Browse files Browse the repository at this point in the history
Expose Simulator.What4 helper functions for use in compositional crux-mir
  • Loading branch information
spernsteiner authored Apr 21, 2021
2 parents 4f93afc + 38a00f1 commit 12a8f95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions saw-core-what4/src/Verifier/SAW/Simulator/What4.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

module Verifier.SAW.Simulator.What4
( w4Solve
, w4SolveBasic
, SymFnCache
, TypedExpr(..)
, SValue
Expand All @@ -51,6 +52,9 @@ module Verifier.SAW.Simulator.What4

, w4SimulatorEval
, NeutralTermException(..)

, valueToSymExpr
, symExprToValue
) where


Expand Down

0 comments on commit 12a8f95

Please sign in to comment.