What does the # token mean and how is it used?
newtype IO a = IO (State# RealWorld -> (# State# RealWorld, a #))
Run Code Online (Sandbox Code Playgroud)
I came across this here and wonder where this type is actually defined or weather this is some syntax of a internal type that is ultimately defined in C?