creating instance of labeled fields data type
Posted
by sisif
on Stack Overflow
See other posts from Stack Overflow
or by sisif
Published on 2010-05-30T09:26:32Z
Indexed on
2010/05/30
9:32 UTC
Read the original article
Hit count: 192
how do i instance a "labeled fields data type"?
data InputData = InputData { events :: [Event], newResources :: [Resource] }
=>
where myInputData = ???
© Stack Overflow or respective owner