Module

Data.Semigroup.First

Package
purescript-prelude
Repository
purescript/purescript-prelude

#First Source

newtype First a

Semigroup where append always takes the first option.

First x <> First y == First x

Constructors

Instances