[Haskell-cafe] an idea for modifiyng data/newtype syntax: use `::=` instead of `=`

Daniel Trstenjak daniel.trstenjak at gmail.com
Sat Aug 8 15:03:06 UTC 2015


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


More information about the Haskell-Cafe mailing list