Typesafe reification of `NonEmptyArray NonEmptyStrings`

Are You tired of unsafePartial $ fromJust $ NonEmptyArray.fromArray $ map (\x -> unsafePartial $ fromJust $ NonEmptyString.fromString x) ["asdf"] ?

Got You covered.

Now can do slistToNEANES @("asdf" ::: SNil)

check tests purescript-record-extra-srghma/test/Test/Tests/SListSpec.purs at 5f373cd6af3f8ba153d955a02eeb500c4e83333e · srghma/purescript-record-extra-srghma · GitHub

defined here https://pursuit.purescript.org/packages/purescript-record-extra-srghma/0.2.5/docs/Record.ExtraSrghma.SList.Array#t:SListToNEANES

and this is with record things purescript-record-extra-srghma/test/Test/Tests/KeysSpec.purs at main · srghma/purescript-record-extra-srghma · GitHub

Or did someone already published it? Possible to improve?