Name: lax Version: 0.1.0.2 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: © 2007, 2008 Brandenburg University of Technology, Cottbus; © 2011 Wolfgang Jeltsch Author: Wolfgang Jeltsch Maintainer: wolfgang@cs.ioc.ee Stability: provisional Homepage: http://darcs.wolfgang.jeltsch.info/haskell/lax Package-URL: http://hackage.haskell.org/packages/archive/lax/0.1.0.2/lax-0.1.0.2.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 == 7.0.4 Source-Repository head type: darcs location: http://darcs.wolfgang.jeltsch.info/haskell/lax/main Source-Repository this type: darcs location: http://darcs.wolfgang.jeltsch.info/haskell/lax/main tag: lax-0.1.0.2 Library Exposed-Modules: Control.Arrow.Lax Build-depends: base >= 2.1.1 && < 4.4 Extensions: ExistentialQuantification Rank2Types Hs-Source-Dirs: src