lean4-htt/tests/lean/unfoldDefEq.lean.expected.out
Leonardo de Moura 2b2f315fb9 chore: fix tests
2022-05-31 18:01:48 -07:00

14 lines
276 B
Text

unfoldDefEq.lean:7:0-7:7: warning: declaration uses 'sorry'
n : Nat
x : (Fin n, Fin n).fst
h : some_property x
⊢ True
n : Nat
x : Fin n
h : some_property x
⊢ True
unfoldDefEq.lean:14:0-14:7: warning: declaration uses 'sorry'
n : Nat
x : Fin n
h : some_property x
⊢ True