Hi Pete, > a = (<) > b x = (x <) > c x y = (x < y) I'm pretty sure this is the Monomorphism Restriction, its on the wiki at: http://www.haskell.org/hawiki/MonomorphismRestriction Thanks Neil