Skip to content

Commit

Permalink
fix #646
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Bos committed Oct 4, 2022
1 parent 4bde1c6 commit 79047a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case class LangPVLToCol[Pre <: Generation](rw: LangSpecificToCol[Pre]) extends L
UnitAccountedPredicate(AstBuildHelpers.foldStar(cls.declarations.collect {
case field: InstanceField[Pre] =>
fieldPerm[Post](result, rw.succ(field), WritePerm())
})), tt, Nil, Nil, Nil, None,
}) &* IdleToken(result)), tt, Nil, Nil, Nil, None,
)(TrueSatisfiable)
)(defaultBlame)))
}
Expand Down

0 comments on commit 79047a1

Please sign in to comment.