Hacker News new | ask | show | jobs
by alexcole 2327 days ago
I think that Flow’s approach of using nominal types for classes and structural for everything else makes more sense. Are there really cases you expect classes to be structural types?
1 comments

Objects in OCaml are all structurally typed.