lean2/tests/lean/explicit.lean

9 lines
242 B
Text
Raw Normal View History

import Int.
variable f {A : Type} : A -> A -> A
variable module::g {A : Type} : A -> A -> A
check @f
check module::@g
variable h::1 {A B : Type} : A -> B -> A
check h::1::explicit
variable @h : Int -> Int
variable h {A B : Type} : A -> B -> A