I came across this definition in ghc source<br><br>$GHC/compiler/utils/State.hs<br>=======================<br>newtype State s a = State { runState&#39; :: s -&gt; (# a, s #) }<br><br clear="all"><br>What does the construct (# a, s #) mean? <br>
<br>Thanks &amp; Regards,<br>Amitava Shee<br>