name: base-unicode-symbols version: 0.2.1.2 cabal-version: >=1.6 build-type: Simple stability: provisional tested-with: GHC ==6.8.1, GHC ==6.10.1, GHC ==7.0.1, GHC ==7.0.3 author: Roel van Dijk maintainer: Roel van Dijk copyright: 2009–2011 Roel van Dijk license: BSD3 license-file: LICENSE category: homepage: http://haskell.org/haskellwiki/Unicode-symbols synopsis: Unicode alternatives for common functions and operators description: This package defines new symbols for a number of functions and operators in the base package. . All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. . For further Unicode goodness you can enable the @UnicodeSyntax@ language extension \[1\]. This extension enables Unicode characters to be used to stand for certain ASCII character sequences, i.e. → instead of @->@, ∀ instead of @forall@ and many others. . Original idea by Péter Diviánszky. . \[1\] source-repository head type: darcs location: http://code.haskell.org/~roelvandijk/code/base-unicode-symbols flag old-base description: Support for base < 3.0.3.1 default: False library if !flag(old-base) build-depends: base >= 3.0 && < 4.4 else build-depends: base >= 3.0.3.1 && < 4.4 exposed-modules: Control.Category.Unicode exposed-modules: Control.Applicative.Unicode , Control.Arrow.Unicode , Control.Monad.Unicode , Data.Bool.Unicode , Data.Eq.Unicode , Data.Foldable.Unicode , Data.Function.Unicode , Data.List.Unicode , Data.Monoid.Unicode , Data.Ord.Unicode , Prelude.Unicode