From: michaelt Date: Thu, 30 Apr 2015 14:04:14 +0000 (-0400) Subject: documentation X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=73cbeef8a882c58cec0de3d02227f79aa7fbd578;p=github%2Ffretlink%2Ftext-pipes.git documentation --- 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 -} -type Lens' a b = forall f . Functor f => (b -> f b) -> (a -> f a) +type Lens' a b = Functor f => (b -> f b) -> (a -> f a)