← Back to context

Comment by neonsunset

14 days ago

F# uses .NET's generics, so the statement regarding List/Set is completely incorrect (all base collections are generic).

I think you misread their claim - they said that generic list/set would have to be classes, not modules (generic modules are a specific thing in OCaml and aren't the same as a module of generic classes).