lean4-htt/tests/lean/levelNGen.lean

6 lines
200 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

opaque test1 {α : Sort _} : α → Sort u_1
#check test1
def test2 {α : Sort _} : α → Sort u_1 := sorry
#check test2
variable {α : Sort _} in theorem test3 : α → Sort _ := sorry
#check test3