a3bbd9fbb5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
11 lines
205 B
Text
11 lines
205 B
Text
Set pp::colors false
|
|
Check fun (A : Type) (a : A),
|
|
let b := a
|
|
in b
|
|
|
|
Variable g : Pi A : Type, A -> A
|
|
|
|
Definition f (A: Type) (a : A) : A :=
|
|
let b := g A a,
|
|
c := g A b
|
|
in c
|