Name: lax Version: 0.0.0.1 Cabal-Version: >= 1.2 && < 1.4 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: Copyright (C) 2007, 2008 Brandenburg University of Technology, Cottbus Author: Wolfgang Jeltsch Maintainer: jeltsch@informatik.tu-cottbus.de Stability: provisional Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lax-0.0.0.1 Package-URL: http://hackage.haskell.org/packages/archive/lax/0.0.0.1/lax-0.0.0.1.tar.gz Synopsis: Lax arrows Description: Lax arrows are variants of other arrows which are “less strict” than the original arrows. They can be used, for example, to produce I\/O fixpoints in situations where @fixIO@ would fail. Category: Control Tested-With: GHC == 6.6.1, GHC == 6.8.1 Library Exposed-Modules: Control.Arrow.Lax Build-depends: base >= 2.1.1 && < 3.1 Extensions: ExistentialQuantification FlexibleInstances MultiParamTypeClasses PolymorphicComponents GHC-Options: -fglasgow-exts -- for liberalized type synonyms Hs-Source-Dirs: src