X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FArrow.hs;h=35cc00de97b22eed44bfbda106ebe27c3eb33cad;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=34783e02cfe0a19edf89c82ab9ab3c532acb515e;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Arrow.hs b/Control/Arrow.hs index 34783e0..35cc00d 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Arrow.hs,v 1.2 2002/04/24 17:57:55 ross Exp $ --- -- Basic arrow definitions, based on -- /Generalising Monads to Arrows/, by John Hughes, -- /Science of Computer Programming/ 37, pp67-111, May 2000.