What, if anything, do you need to add to a dependent type system to get a module system? -
dependent type systems seem support of uses of ml module system. out of module system not out of dependent records?
module ~ record
signature ~ record type
functor ~ function on records
module abstract type component ~ dependent record type field
i'm interested in how works module system, , if , how integrate features such applicative functors , mixins.
Comments
Post a Comment