Skip to content

Commit

Permalink
crucible: Don't export the constructor of AssumptionStack
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Jan 24, 2024
1 parent ea7e24d commit b62ca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crucible/src/Lang/Crucible/Backend/AssumptionStack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Lang.Crucible.Backend.AssumptionStack
, FrameIdentifier
, AssumptionFrame(..)
, AssumptionFrames(..)
, AssumptionStack(..)
, AssumptionStack
-- ** Manipulating assumption stacks
, initAssumptionStack
, saveAssumptionStack
Expand Down

0 comments on commit b62ca9e

Please sign in to comment.