roc-lang / examples

All kinds of Roc examples

Home Page:https://www.roc-lang.org/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example suggestion: Derive Abilities for Opaque Types

lukewilliamboswell opened this issue · comments

zulip discussion

Write an example that shows how to use Abilities.

Should show

  • An opaque type and how to auto derive the abilities
  • An opaque type and show how to write custom implementations.