Skip to content

Commit

Permalink
chore(tests/lean/ll_infer_type_bug): fix partial file manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Aug 9, 2019
1 parent 3ed6713 commit 5b296cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lean/ll_infer_type_bug.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def f : List Nat → Bool
| [] := false
| (a::as) := a > 0 && f as
| [] => false
| (a::as) => a > 0 && f as

#check f._main._cstage2

Expand Down

0 comments on commit 5b296cb

Please sign in to comment.