containers-unicode-symbols-0.3.1.2: Unicode alternatives for common functions and operators

Copyright2009–2012 Roel van Dijk
LicenseBSD3 (see the file LICENSE)
MaintainerRoel van Dijk <vandijk.roel@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

Data.Sequence.Unicode

Description

 
Synopsis

Documentation

(∅) :: Seq α Source #

(∅) = empty

U+2205, EMPTY SET

(⊲) :: α -> Seq α -> Seq α infixr 5 Source #

(⊲) = (<|)

U+22B2, NORMAL SUBGROUP OF

(⊳) :: Seq α -> α -> Seq α infixl 5 Source #

(⊳) = (|>)

U+22B3, CONTAINS AS NORMAL SUBGROUP

(⋈) :: Seq α -> Seq α -> Seq α infixr 5 Source #

(⋈) = (><)

U+22C8, BOWTIE