j3-fortran / generics

BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

Use attributes for deferred type #131

Closed everythingfunctional closed 3 months ago

everythingfunctional commented 4 months ago

Uses attributes on type, deferred :: to enable use of polymorphism instead of class, deferred ::

everythingfunctional commented 4 months ago

@aury6623 , I expect this to subsume #120 , but let me know what you think.