Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 450 Bytes

ideas.md

File metadata and controls

15 lines (14 loc) · 450 Bytes

Ideas

  • annotated helper, to easier fo e.g.
    (x: @unchecked) match ...
  • TypeRepr#asTypeTree
    extension (tpe: TypeRepr)(using Quotes)
      def asTypeTree: TypeTree = Inferred(tpe) // unless it's an antipattern?
  • default params for case fields (ideally it should be usable with mirrors)
  • default params of methods
  • methodMemberOrError (possibly when ambiguous methods found too)
  • warn/info in as inline method