[Haskell-cafe] an idea for modifiyng data/newtype syntax: use `::=` instead of `=`
Vlatko Basic
vlatko.basic at gmail.com
Sat Aug 8 15:59:29 UTC 2015
+1
-------- Original Message --------
Subject: Re: [Haskell-cafe] an idea for modifiyng data/newtype syntax: use `::=`
instead of `=`
From: Daniel Trstenjak <daniel.trstenjak at gmail.com>
To: haskell-cafe at haskell.org
Date: 08/08/15 17:03
>
> Hi Alexey,
>
>> type Name = String
>> data Date = Date Int Int Int
>
> if we're at it ;), then please change it to:
>
> alias Name = String
> type Date = Date Int Int Int
>
>
> Greetings,
> Daniel
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
More information about the Haskell-Cafe
mailing list