<div dir="ltr">I've looked at Data.Time, but I'm not seeing examples. I'd like to figure out how to simply have use of similar to this:<div><br></div><div><font face="monospace">type MyMonth = String</font></div><div><font face="monospace">type MyDay = String</font></div><div><font face="monospace">type MyYear = String</font></div><div><font face="monospace">data MyDate = MyDate MyMonth MyDay MyYear deriving Show</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">storeDate :: MyDate</font></div><div><font face="monospace">storeDate = "June" "29" "2021"</font><br clear="all"><div><br></div><div>which will be in a bigger data structure I'm building. I can't believe this isn't reinventing some long-established wheel. Is there such a type ready to use?</div><div><br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>⨽<br></div>Lawrence Bottorff<div>Grand Marais, MN, USA</div><div><a href="mailto:borgauf@gmail.com" target="_blank">borgauf@gmail.com</a></div></div></div></div></div>