liufengyun / gestalt

gestalt : portable and solid macros for Scala
https://github.com/scalacenter/macros
31 stars 3 forks source link

Prefer denotations over symbols in the API #66

Closed liufengyun closed 7 years ago

liufengyun commented 7 years ago

I'm pretty receptive to the concept Denotation, I think it provides better experience to deal with path-dependent types.

This PR wraps type operations as extension methods.

liufengyun commented 7 years ago

Merge now, more refactorings will happen as the API evolves.