If you have a program that looks like this: ``` myFunc :: IO () myFunc = do x :: Int <- readLn print x ``` Then the first occurrence of `x` ends up being highlighted like it's a function declaration.