Hacker News new | ask | show | jobs
by catnaroek 2979 days ago
I don't see anything wrong with rose trees:

    datatype 'a tree = T of 'a * 'a tree list
Do you?