base-unicode-symbols-0.2.2.4: Unicode alternatives for common functions and operators

MaintainerRoel van Dijk <vandijk.roel@gmail.com>
Safe HaskellSafe-Infered

Control.Category.Unicode

Description

 

Synopsis

Documentation

(∘) :: Category c => c β γ -> c α β -> c α γSource

(∘) = (.)

U+2218, RING OPERATOR

(⋙) :: Category c => c α β -> c β γ -> c α γSource

(⋙) = (>>>)

U+22D9, VERY MUCH GREATER-THAN

(⋘) :: Category c => c β γ -> c α β -> c α γSource

(⋘) = (<<<)

U+22D8, VERY MUCH LESS-THAN