Skip to content

Commit

Permalink
Merge pull request #114 from symbiont-io/master
Browse files Browse the repository at this point in the history
fix #111
  • Loading branch information
barrucadu committed Sep 8, 2017
2 parents 89728f0 + 008b812 commit 060939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dejafu/Test/DejaFu/STM/Internal.hs
Expand Up @@ -151,7 +151,7 @@ doTransaction ma idsource = do

let newIDSource = nidsrc'
newAct = act'
newUndo = undo >> undo'
newUndo = undo' >> undo
newReaden = readen' ++ readen
newWritten = written' ++ written
newSofar = tact : sofar
Expand Down

0 comments on commit 060939d

Please sign in to comment.