Module

Materialize.Internal.Options

Package
purescript-materialize
Repository
yehzhang/purescript-materialize

#Subrecord Source

data Subrecord :: Row Type -> Type

#mkSubrecord Source

mkSubrecord :: forall s r. Subrow r s => Record r -> Subrecord s

#Subrow Source

class Subrow (r :: Row Type) (s :: Row Type) 

Instances