Stateful a b is a wrapper around the Monoidb that carries the state a along. The state type
a must be a monoid as well if Stateful is to be of any
use. In the FactorialMonoid and TextualMonoid class
instances, the monoid b has the priority and the state
a is left for the end.