lean4-htt/tests/lean/run/float_cases_bug.lean
Leonardo de Moura bb1a90b24d chore: fix tests
2020-01-28 10:34:27 -08:00

2 lines
70 B
Text

def foo (xs : List Nat) :=
xs.span (fun n => oldCoe (decide (n = 1)))