lean4-htt/tests/lean/simprocEval3.lean.expected.out
Markus Himmel 47548aa171
chore: rename UIntX.ofNatCore, UIntX.ofNat' -> UIntX.ofNatLT (#7071)
This PR unifies the existing functions `UIntX.ofNatCore` and
`UIntX.ofNat'` under a new name, `UIntX.ofNatLT`.
2025-02-14 06:58:15 +00:00

38 lines
387 B
Text

x : Nat
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