suzaku-io / diode

Scala library for managing immutable application model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `RefTo` to use the new typeclass system for actions

ochrons opened this issue · comments

RefTo now works only with actions derived from the base Action class, to keep action type leaking into the RefTo class.