Skip to content

Commit

Permalink
fix typos from @bboston7
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Boston <[email protected]>
  • Loading branch information
m-yac and bboston7 authored Oct 5, 2023
1 parent 978b29e commit 59b9adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heapster-saw/examples/SpecPrims.cry
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module SpecPrims where

/* Specification primitives */

// The specification that holds for for some element of type a
// The specification that holds for some element of type a
exists : {a} a
exists = error "Cannot run exists"

// The specification that holds for for all elements of type a
// The specification that holds for all elements of type a
forall : {a} a
forall = error "Cannot run forall"

Expand Down

0 comments on commit 59b9adb

Please sign in to comment.