What is the adjunction that generates the multiset monad on Set?

61 Views Asked by At

The multiset monad is a triple $<M, \mu,\eta>$.

$M: Set \rightarrow Set$

$M$ sends a set to the set of all multisets on that set.

What is the adjunction that generates this monad?

I am looking for the two functors. What are they? Free and forgetful?