diff options
author | Joe Zhao <ztuowen@gmail.com> | 2016-01-28 13:29:42 -0700 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2016-01-28 13:29:42 -0700 |
commit | a4db990a8b14f7b3fc97c1d1eda96db9f890e2d5 (patch) | |
tree | cb60e66910b73e3e87380968bab7198572e82bf7 /wri.hs | |
parent | 9d9cfd3c2f7ab36982cb569027cf831e95ee42ea (diff) | |
download | haskbox-a4db990a8b14f7b3fc97c1d1eda96db9f890e2d5.tar.gz haskbox-a4db990a8b14f7b3fc97c1d1eda96db9f890e2d5.tar.bz2 haskbox-a4db990a8b14f7b3fc97c1d1eda96db9f890e2d5.zip |
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" - |