Timeline for How do you encode Algebraic Data Types in a C#- or Java-like language?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Aug 26, 2023 at 6:31 | history | suggested | Mehdi Charife | CC BY-SA 4.0 | improved formatting |
| Aug 15, 2023 at 11:49 | review | Suggested edits | |||
| S Aug 26, 2023 at 6:31 | |||||
| Jan 8, 2018 at 1:44 | comment | added | Zoey Hewll | This unfortunately seems unable to represent some more complex sum types, eg Either. See my question | |
| Apr 17, 2014 at 14:09 | comment | added | nicolas | but this does not compose : you have no way to specialize type A without having to assert it through a cast (I think) | |
| Sep 7, 2012 at 15:31 | history | edited | James Iry | CC BY-SA 3.0 | added 27 characters in body |
| Sep 7, 2012 at 9:07 | comment | added | Joachim Sauer | When you said "boilerplate heavy" I was prepared for something much worse ;-) Java can be pretty bad with boilerplate, sometimes. | |
| Sep 6, 2012 at 23:49 | vote | accept | Jörg W Mittag | ||
| Jun 4, 2023 at 7:09 | |||||
| Sep 6, 2012 at 23:48 | comment | added | Jörg W Mittag | Somehow I'm not surprised to see your name pop up here! Thanks, I didn't know this idiom. | |
| Sep 6, 2012 at 22:34 | history | answered | James Iry | CC BY-SA 3.0 |