Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Feb 22, 2021
1 parent 34ff8d9 commit 3aeb00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosette/base/core/bool.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@
; are false? and if so, throws either an exn:fail:svm:assume? or
; exn:fail:svm:assert? exception. This procedure makes the following assumptions:
; * at most one of the given guards is true in any model,
; * (vc-assumes specs[i]) => (vc-assumes (current-vc)) for all i, and
; * (vc-asserts specs[i]) => (vc-asserts (current-vc)) for all i.
; * (vc-assumes vcs[i]) => (vc-assumes (current-vc)) for all i, and
; * (vc-asserts vcs[i]) => (vc-asserts (current-vc)) for all i.
(define (merge-vc! guards vcs)
(unless (null? vcs)
(define vc*
Expand Down

0 comments on commit 3aeb00b

Please sign in to comment.