[1 of 1] Compiling Main ( prog.hs, prog.o )
prog.hs:6:12:
No instance for (Data.Monoid.Monoid Integer)
arising from a use of `F.foldMap' at prog.hs:6:12-43
Possible fix:
add an instance declaration for (Data.Monoid.Monoid Integer)
In the first argument of `(.)', namely
`F.foldMap ((^ 5) . read . (: []))'
In the expression: F.foldMap ((^ 5) . read . (: [])) . show
In the definition of `monkeyNum':
monkeyNum = F.foldMap ((^ 5) . read . (: [])) . show