The following: check, checker :: Int -> Int check x = x + 1 checker y = y + 2 does not give me the normal syntax highlighting that say: check :: Int -> Int would. Is this something quick that could be fixed? If someone points me in the right direction, i'd like to try my hand at it.