Name: Anonymous 2009-05-02 3:53
I'm writing a simulation and I have to define a data type for a process. The data type includes a process name and execution time. What would be the consequences of using a synonym for [m]([Char], Int)[m] rather a new data type (data Proc = Proc [Char] Int)
?
?