Go to the first, previous, next, last section, table of contents.
The `errorIO#' primitive takes an argument much like `IO'. It aborts
execution of the current program, and continues instead by performing
the given `IO'-like value on the current state of the world.
errorIO# :: (State# RealWorld# -> a -> a
Go to the first, previous, next, last section, table of contents.