Abstract type: Difference between revisions

Line 126:
is-instance? !destack Closure</lang>
 
So if ever we find an object which conforms it can be tagged. Here's a 'traditional' class definition using the Object class which ''does'' provide a constructor:
<lang python>class XYZstack(Object)
def !init()
Anonymous user