adishavit / equisized_antonyms

A helpful list of antonyms with the same word length
35 stars 5 forks source link

`fst`/`snd` #8

Open nmatt opened 3 years ago

nmatt commented 3 years ago

Another one: fst/snd (first/second)

Example usage: https://hackage.haskell.org/package/base/docs/Data-Tuple.html

EDIT: There's also fst/lst (first/last), so maybe: fst/snd/lst (first/second/last)

adishavit commented 3 years ago

Make a PR