i20 : f = x -> y -> 5
--warning: function f redefined

o20 = f

o20 : FunctionClosure

i21 : g = f 1
--warning: function g redefined

o21 = g

o21 : FunctionClosure

i22 : functionBody g

o22 = <<a function body>>

o22 : FunctionBody

i23 : examine oo
function closure :				it's not a closure !(?)
 hash : 1032890
 restargs : true
 frameID : 5812					change "frameID" to "functionBodyID" or "scopeID" (?)
 framesize : 1
 numparms : 1
