Skip to content

missing functions on List - (partition, safeHead) #111

@amarpotghan

Description

@amarpotghan

Hey,

I would like to see :

  1. partition :: (a -> Bool) -> [a] -> ([a], [a])
  2. safeHead :: [a] -> Maybe a

on the List type, thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions