Module

Justifill.Fillable

Package
purescript-justifill
Repository
i-am-the-slime/purescript-justifill

#Fillable Source

class Fillable partial complete  where

Members

  • fill :: partial -> complete

Instances

#FillableFields Source

class FillableFields :: RowList Type -> Row Type -> Row Type -> Constraintclass FillableFields (xs :: RowList Type) (from :: Row Type) (to :: Row Type) | xs -> from to where

Members

Instances