aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipes/Text.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pipes/Text.hs')
-rw-r--r--Pipes/Text.hs2
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
793type Lens' a b = Functor f => (b -> f b) -> (a -> f a) 793type Lens' a b = forall f . Functor f => (b -> f b) -> (a -> f a)