lean4-htt/tests/lean/LE.lean
2022-04-13 08:31:43 -07:00

5 lines
96 B
Text

inductive LE' (n : Nat) : Nat → Prop where
| refl {} : LE' n n
#check @LE'.refl
#print LE'