INTERFACE Fixed; IMPORT Node; TYPE T <: Node.T; PROCEDURE Find (name: TEXT): T; PROCEDURE Init (); END Fixed.