base-unicode-symbols icon indicating copy to clipboard operation
base-unicode-symbols copied to clipboard

Unicode alternatives for common functions and operators

Results 5 base-unicode-symbols issues
Sort by recently updated
recently updated
newest added

I personally always define this for myself: ```haskell (◇) ∷ Semigroup α ⇒ α → α → α (◇) = () {-# INLINE (◇) #-} infixr 6 ◇ ``` What...

Last time I tried to use symbols in .stylish-haskell.yml, it didn't understand symbol functions, is there an auto-updater for these?

I added `⪼` and `⪻` symbols to `Control.Monad.Unicode` to replace the monadic bind operators `>>=` and `=

Rationale: - `()` or `fmap` is easily a more fundamental Haskell operator than many of the operators that have already been provided. So it deserves its own Unicode character. -...

I have some operator suggestions that are probably all silly, tasteless and/or wrong. Maybe you will find some make sense. At the very least, you can get a chuckle at...