Am I correct in assuming that I can create a fun on one node, pass it to another where the requisite module doesn't exist, pass it back to the original node and call it there? In other words is the fun value passed opaque enough that it can be passed around like 42 or foo and when it makes it back to the original node it will work the same as before it left? -Vance