|
|
|
|
|
by Bogdanp
3155 days ago
|
|
> The Elm version is much better. Except of course I have to upfront at the method signature declare my property requirements -- while that is also a burden, it is a much lesser burden than having ADT/taxonomy of Person, Dog, etc. Elm (and Purescript) should be able to fully infer the type of that function w/o forcing you to declare which fields you want to use up-front. |
|