Y
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
jolux
2327 days ago
Objects in OCaml are all structurally typed.
link