abau / co4

COmplexity COncerned COnstraint COmpiler
GNU General Public License v3.0
2 stars 3 forks source link

Complete class for allocatable types #92

Closed abau closed 10 years ago

abau commented 10 years ago

Add a class to produce complete allocators

class Complete t where
  complete :: TAllocator t

and generate an instance for each type in the constraint.