Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into fixPerformanceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Jan 22, 2025
2 parents 84a870b + 67fc9ec commit bd97239
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// RUN: %testDafnyForEachResolver --expect-exit-code=4 "%s" -- --allow-deprecation --performance-stats=100


codatatype Stream<T> = Cons(head: T, tail: Stream)

ghost function Upward(n: int): Stream<int>
Expand Down

0 comments on commit bd97239

Please sign in to comment.