Skip to content

Commit

Permalink
New error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 3, 2025
1 parent 024e3cc commit 4a369e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/shapes/funshape2.fut
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- ==
-- error: scope violation
-- error: causality

def main xs = (\f' -> f' (filter (>0) xs)) (\_ -> 0)
def main xs = (\f' -> f' (filter (> 0) xs)) (\_ -> 0)

0 comments on commit 4a369e2

Please sign in to comment.