racket / rhombus-prototype

Brainstorming and draft proposals for Rhombus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fallback option in veneers

usaoc opened this issue · comments

Something that can be useful in veneers is to allow static operations to be partially overridden with fallback to the underlying representation’s dispatch. This pattern can be seen in StringCI, for example, which only overrides the static Comparable operations.