Definitions
MarkB
generic
Sections
NuprlLIB
Doc
No other cites to report in MarkB_generic
spread4
Def let w,x,y,z = a in t(w;x;y;z) == a/w,zz1. zz1/x,zz2. zz2/y,z. t(w;x;y;z)
Syntax:
let w,x,y,z = a in t(w;x;y;z)
has structure:
spreadn(a; w,x,y,z.t(w;x;y;z))
About:
Definitions
MarkB
generic
Sections
NuprlLIB
Doc