8 Aug
2015
8 Aug
'15
3:59 p.m.
+1 -------- Original Message -------- Subject: Re: [Haskell-cafe] an idea for modifiyng data/newtype syntax: use `::=` instead of `=` From: Daniel Trstenjak <daniel.trstenjak@gmail.com> To: haskell-cafe@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@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe