GP
Size: a a a
GP
GP
type RowAllString = Assert "Only String is allowed" <<< All (Eq String) <<< FromRow
check :: forall r. Eval (RowAllString (RProxy r)) Unit => {|r} -> {|r}
check = identity
foreign import styles :: forall s. {|s}
styles' = check styles
ЗП
checkedStyles :: forall r. T.Eval (RowAllString (RProxy r)) Unit => {|r}
checkedStyles = check stylesЗП
ЗП
ЗП
GP
ЗП
foreign import styles :: forall s. sGP
GP
GP
GP
YL

AG
YL
ЗП