Skip to content

Commit

Permalink
Merge pull request #955 from GaloisInc/symSequence-expose
Browse files Browse the repository at this point in the history
Expose a few additional operations onm SymSequence
  • Loading branch information
robdockins authored Mar 17, 2022
2 parents d18505d + 25e945e commit aa9763a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crucible/src/Lang/Crucible/Simulator/SymSequence.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ module Lang.Crucible.Simulator.SymSequence
, traverseSymSequence
, concreteizeSymSequence
, prettySymSequence

-- * Low-level evaluation primitives
, newSeqCache
, evalWithCache
, evalWithFreshCache
) where

import Control.Monad.State
Expand Down

0 comments on commit aa9763a

Please sign in to comment.