haskell-cafe@haskell.org
[Top] [All Lists]

Re: [Haskell-cafe] What is the meaning of tilde ("~") symbol

Subject: Re: [Haskell-cafe] What is the meaning of tilde ("~") symbol
From: Tony Morris
Date: Mon, 15 Feb 2010 09:12:15 +1000
Stephen Tetley wrote:
> Hi Evan
>
> Singleton (aka wrap) would be nice - isn't it called Pointed in the
> typeclassopedia but not otherwise existent? I suppose its missing by
> historical accident rather than design.
>
> I frequently use Semigroup (append but no zero) - there is one on
> Hackage without any instances:
> http://hackage.haskell.org/package/algebra
>   
I do too. I also wish there was an associative: class F f where k :: f a
-> f a -> f a without the zero component.


-- 
Tony Morris
http://tmorris.net/


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/haskell-cafe

<Prev in Thread] Current Thread [Next in Thread>