chore: fix tests

This commit is contained in:
Leonardo de Moura 2020-10-24 16:46:21 -07:00
parent ffa1647bd5
commit a4c69ec32c
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#lang lean4
partial def spin : Nat → Bool
| n => spin (n)

View file

@ -1,4 +1,4 @@
new_frontend
def foo (xs : List Nat) :=
xs.span (fun n => oldCoe (decide (n = 1)))
xs.span (fun n => (decide (n = 1)))

View file

@ -4,7 +4,7 @@ new_frontend
#synth HasAdd Nat
#synth HasCoe Bool Prop
#synth Coe Bool Prop
#synth Decidable (True ∧ 1 = 1)