Module
Data.List.Safe
- Package
- purescript-safelist
- Repository
- garyb/purescript-safelist
#toNEL Source
toNEL :: forall a. SafeList NonEmpty a -> NonEmptyList aConverts a known-to-be-non-empty SafeList into a NonEmptyList.
#toUnfoldable Source
toUnfoldable :: forall a t f. Unfoldable f => SafeList t a -> f aConverts a SafeList into some unfoldable structure.
#mkSafeListX Source
mkSafeListX :: forall a t. SafeList t a -> SafeListX a#unSafeListX Source
unSafeListX :: forall r a. (forall t. SafeList t a -> r) -> SafeListX a -> r- Modules
- Data.
List. Safe