Live data from Hacker News

Viewing profile — tlhand

tlhand

HN member
Joined
Mon, Aug 05, 2024, 10:04 AM UTC
HN karma
2
Public activity
1 items

About tlhand

No profile information was provided.

Recent public activity

  1. comment
    Comment #41159713

    std::variant is not a true algebraic data type, since the individual element constructors do not construct the variant type automatically. Compare to OCaml, written in a verbose an…