diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2015-05-03 21:38:59 -0400 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2015-05-03 21:38:59 -0400 |
commit | 5e387e52ab52117a1b245508232cd04d79fff47d (patch) | |
tree | 39e8fa426da06ba2dc8b25fa0f55db09d54c45cd /Pipes | |
parent | 77c322613ac2bddfb9604c63e4f2d486b8f6681e (diff) | |
download | text-pipes-5e387e52ab52117a1b245508232cd04d79fff47d.tar.gz text-pipes-5e387e52ab52117a1b245508232cd04d79fff47d.tar.zst text-pipes-5e387e52ab52117a1b245508232cd04d79fff47d.zip |
wibble examples
Diffstat (limited to 'Pipes')
-rw-r--r-- | Pipes/Text.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipes/Text.hs b/Pipes/Text.hs index 7a10f1e..e41689c 100644 --- a/Pipes/Text.hs +++ b/Pipes/Text.hs | |||
@@ -790,4 +790,4 @@ intercalate p0 = go0 | |||
790 | -} | 790 | -} |
791 | 791 | ||
792 | 792 | ||
793 | type Lens' a b = Functor f => (b -> f b) -> (a -> f a) | 793 | type Lens' a b = forall f . Functor f => (b -> f b) -> (a -> f a) |