Skip to content

Commit

Permalink
test: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Nov 8, 2023
1 parent 9d93ad5 commit ad1f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ defaultStore :: Id -> Store
defaultStore c = fromList [(c,fromList [])]

defaultCtor :: Id -> Constructor
defaultCtor c = Constructor {_cname = c, _cinterface = Interface c [], _cpreconditions = [], _cpostconditions = [], _invariants = [], _initialStorage = [], _cstateUpdates = []}
defaultCtor c = Constructor {_cname = c, _cinterface = Interface c [], _cpreconditions = [], _cpostconditions = [], _invariants = [], _initialStorage = []}


typeCheckSMT :: Solver -> GenT (Reader Bool) Property
Expand Down

0 comments on commit ad1f532

Please sign in to comment.