Hello. Please, would anyone tell me how to import the operator (>) for the Int type in Clean. I have tried: from StdEnv import class Ord(>), instance Ord Int without success. The operator (<) can be imported without problems with the declaration: from StdEnv import class <(<), instance < Int Regards. Romildo