compiling-to-categories / concat

Compiling to Categories
http://conal.net/papers/compiling-to-categories
BSD 3-Clause "New" or "Revised" License
431 stars 49 forks source link

Ok type family with second argument #61

Open conal opened 3 years ago

conal commented 3 years ago

Try making the associated Ok constraint depend on the object/type parameter as well as the category, and eliminate classes introduced to accommodate the current single-parameter dependency. See Make the Obj' type family depend on object as well as category.

conal commented 3 years ago

Also, rename "Ok" to "Obj".