Module

Record.ExtraSrghma.Keys.NonEmptyArray

Package
purescript-record-extra-srghma
Repository
srghma/purescript-record-extra-srghma

#RLToNEAK Source

class RLToNEAK :: RowList Type -> Constraintclass RLToNEAK (rowList :: RowList Type)  where

Members

Instances

#rowToNEAK Source

rowToNEAK :: forall @row rowList. RowToList row rowList => RLToNEAK rowList => NonEmptyArray String

#RecordToNEAK Source

class RecordToNEAK :: forall k. k -> Constraintclass RecordToNEAK a  where

Members

Instances

#RLToNEANEK Source

class RLToNEANEK :: RowList Type -> Constraintclass RLToNEANEK (rowList :: RowList Type)  where

Members

Instances

#rowToNEANEK Source

rowToNEANEK :: forall @row rowList. RowToList row rowList => RLToNEANEK rowList => NonEmptyArray NonEmptyString

#RecordToNEANEK Source

class RecordToNEANEK :: forall k. k -> Constraintclass RecordToNEANEK a  where

Members

Instances