|
|
|
|
|
by SkyMarshal
1220 days ago
|
|
I love how Haskell splits the type definition and function definition into two lines. It’s so readable that way. Also enables outlining your program first with just type definitions, and then going back and filling in the function definitions later. |
|