StateT package:ghc-internal

A state transformer monad parameterized by the state and inner monad. The implementation is copied from the transformers package with the return tuple swapped.