]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
documentation
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Thu, 30 Apr 2015 14:04:14 +0000 (10:04 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Thu, 30 Apr 2015 14:04:14 +0000 (10:04 -0400)
Pipes/Text.hs

index f71f17f77528b2acbaa7b1785d5cf54e2c0b96d7..7a10f1e0064ccda53218e25c6c4f0002168fc24f 100644 (file)
@@ -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)