Go to the first, previous, next, last section, table of contents.

Comparison operations

{>,>=,==,/=,<,<=}# :: Int# -> Int# -> Bool

{gt,ge,eq,ne,lt,le}Char# :: Char# -> Char# -> Bool
    -- ditto for Word#, Float#, Double#, and Addr#

Go to the first, previous, next, last section, table of contents.