Module

Data.Tuple.Sub

Package
purescript-substructural
Repository
rightfold/purescript-substructural

#dropSnd Source

dropSnd :: forall b a. Drop b => (Tuple a b) -* a

Drop the second element of a tuple.

#dropFst Source

dropFst :: forall b a. Drop a => (Tuple a b) -* b

Drop the first element of a tuple.