name: base-unicode-symbols version: 0.1.2 cabal-version: >=1.6 build-type: Simple stability: experimental author: Roel van Dijk maintainer: Roel van Dijk copyright: (c) 2009 Roel van Dijk license: BSD3 license-file: LICENSE category: 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. . Original idea by Péter Diviánszky. source-repository head type: darcs location: http://code.haskell.org/~roelvandijk/code/base-unicode-symbols library exposed-modules: Control.Applicative.Unicode , Control.Category.Unicode , Data.Bool.Unicode , Data.Eq.Unicode , Data.Foldable.Unicode , Data.Function.Unicode , Data.List.Unicode , Data.Monoid.Unicode , Data.Ord.Unicode , Prelude.Unicode build-depends: base >= 3.0.3.1 && < 4.3