diff options
Diffstat (limited to 'wri.hs')
-rw-r--r-- | wri.hs | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,8 +0,0 @@ -import Control.Monad.Writer - -example :: Writer [Int] String -example = do - tell [1..5] - tell [6..10] - return "foo" - |