diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2015-04-30 10:04:14 -0400 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2015-04-30 10:04:14 -0400 |
commit | 73cbeef8a882c58cec0de3d02227f79aa7fbd578 (patch) | |
tree | a39516ce53ce22c2e86cb838aa026c3bb69f0b68 /Pipes | |
parent | b091cbebda25acfac35c19748c607d26c01b68ec (diff) | |
download | text-pipes-73cbeef8a882c58cec0de3d02227f79aa7fbd578.tar.gz text-pipes-73cbeef8a882c58cec0de3d02227f79aa7fbd578.tar.zst text-pipes-73cbeef8a882c58cec0de3d02227f79aa7fbd578.zip |
documentation
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 f71f17f..7a10f1e 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 = forall f . Functor f => (b -> f b) -> (a -> f a) | 793 | type Lens' a b = Functor f => (b -> f b) -> (a -> f a) |