Question Create a simple State monadic object
whose runState function is a constant function that maps anything to the pair ("one","two").
Then define a function
which writes
by extracting the interior object and state from its argument. Your complete answer will appear in this template
Note that show_result will have to run state_obj's state remaking function. It doesn't matter what argument you give it because you are going to throw the argument away. I used “anything”.