Name: lax Version: 0.1.0.0 Cabal-Version: >= 1.2 && < 1.7 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.1.0.0 Package-URL: http://hackage.haskell.org/packages/archive/lax/0.1.0.0/lax-0.1.0.0.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.8.2, GHC == 6.10.1 Library Exposed-Modules: Control.Arrow.Lax Build-depends: base >= 2.1.1 && < 4.1 Extensions: CPP ExistentialQuantification Rank2Types Hs-Source-Dirs: src