Module

Grain.UI.Diff

Package
purescript-grain
Repository
purescript-grain/purescript-grain

#HasKey Source

class HasKey a  where

Members

Instances

#diff Source

diff :: forall m child parent. HasKey child => MonadRec m => Patcher parent child m -> parent -> Array child -> Array child -> m Unit