Understanding Monads (Re: Probable C# 6.0 features)

Timon Gehr timon.gehr at gmx.ch
Wed Dec 11 16:15:51 PST 2013


On 12/12/2013 01:04 AM, Timon Gehr wrote:
> naturality: Π(a:Type)(b:Type)(h:a->b). η b. mapf h = mapg h . η h

This should read:

naturality: Π(a:Type)(b:Type)(h:a->b).
               η b . mapf a b h = mapg a b h . η a


More information about the Digitalmars-d mailing list