The library documentation says

        stToIO :: ST s a -> IO a

but PrelIOBase says

        stToIO :: ST RealWorld a -> IO a

The documented type would be unsafe (as it is in Classic Hugs), so it
seems necessary to mention the real world in the documentation.

Reply via email to