lean4-htt/tests/lean/simprocEval3.lean.expected.out
Markus Himmel 40c6dfa3ae
chore: dsimproc for UIntX.ofNatLT (#7068)
This PR is a follow-up to #7057 and adds a builtin dsimproc for
`UIntX.ofNatLT` which it turns out we need in stage0 before we can get
the deprecation of `UIntX.ofNatCore` in favor of `UIntX.ofNatLT` off the
ground.
2025-02-13 14:51:42 +00:00

41 lines
418 B
Text

x : Nat
h : x = 8
⊢ x = 8
x : UInt32
h : x = 8
⊢ x = 8
x : UInt32
h : x = 8
⊢ x = 8
x : Nat
⊢ foo x = 10
x : Nat
⊢ foo x = 10
x : Nat
⊢ foo x = 10
x : Nat
⊢ foo x = 10
x : Nat
⊢ foo x = 10
x : Nat
⊢ foo x = 10
x : Nat
⊢ boo x
x : Nat
⊢ boo x
x : Nat
⊢ boo x
x : Nat
⊢ boo x
x : Bool
h : x = false
⊢ x = false
x : Bool
h : x = true
⊢ x = true
x : Prop
h : ¬x
⊢ ¬x
x : Prop
h : x
⊢ x