jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

check whether built-in adts are visible to wm/debug #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
built-in adts such as those in $Tk or the new $Crypt should be visible to 
wm/debug. check whether that's true, and what needs to be done to allow it, if 
not currently allowed.

Original issue reported on code.google.com by Charles....@gmail.com on 10 Aug 2010 at 3:23

GoogleCodeExporter commented 9 years ago
it seems to work adequately. modules such as Tk that contain only instances of 
functions appear as an opaque reference value, but all the Limbo-visible values 
in adts it implements are visible as expected.

Original comment by Charles....@gmail.com on 10 Aug 2010 at 3:47