13 lines
407 B
Text
13 lines
407 B
Text
fun (x : ?m) (x_1 : ?m x) => x : (x : ?m) → ?m x → ?m
|
|
[Elab.step] expected type: <not-available>, term
|
|
fun x => m x
|
|
[Elab.step] expected type: Sort ?u, term
|
|
_
|
|
[Elab.step] expected type: <not-available>, term
|
|
m x
|
|
[Elab.step] expected type: <not-available>, term
|
|
fun x✝ => x
|
|
[Elab.step] expected type: Sort ?u, term
|
|
_
|
|
[Elab.step] expected type: <not-available>, term
|
|
x
|