(8steps)
PrintForm
Definitions
lambda
jlc
Sections
Support(jlc)
Doc
At:
curry
uncurry
inverse
T:Type{i}, U:Type{j}, V:Type{k}, f:(T
U
V). f = uncurry curry f
By:
Unfolds [`curry`;`uncurry`] 0
Generated subgoal:
1
1.
T:
Type{i}
2.
U:
Type{j}
3.
V:
Type{k}
4.
f:
T
U
V
f = (
x.x/l,r. (
x,y. f( < x,y > ))(l,r))
About:
(8steps)
PrintForm
Definitions
lambda
jlc
Sections
Support(jlc)
Doc