lean4-htt/tests/lean/binrel_binop.lean.expected.out
Joe Hendrix 1d9074c524
chore: upstream NatCast and IntCast (#3347)
This upstreams NatCast and IntCast alone independent of norm_cast in
#3322.

This will allow more efficiently upstreaming parts of Std.Data.Int
relevant for omega.

---------

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
2024-02-16 00:54:22 +00:00

6 lines
317 B
Text

binrel_binop.lean:1:8-1:11: warning: declaration uses 'sorry'
ex1 (a : Int) (b c : Nat) : a = ↑b - ↑c
binrel_binop.lean:5:8-5:11: warning: declaration uses 'sorry'
ex2 (a : Int) (b c : Nat) : a = ↑b - ↑c
binrel_binop.lean:9:8-9:11: warning: declaration uses 'sorry'
ex3 (a : Int) (b c : Nat) : a = ↑(b - c)