| Paste number 26606: | monomorphism |
| Pasted by: | br1 |
| When: | 2 years, 9 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+KJ2 |
| Channel: | #haskell |
| Paste contents: |
forEachPos = sequence . replicate 9 . sequence . replicate 9 -- Should have type -- forEachPos :: Monad m => m a -> m [[a]] -- I get -- forEachPos :: IO a -> IO [[a]] -- if I use forEachPos in the file -- and a compile error if I don't
This paste has no annotations.