Skip to content

Instantly share code, notes, and snippets.

@3v0k4
Last active December 21, 2019 00:25
Show Gist options
  • Select an option

  • Save 3v0k4/ce063d008956288884cbdc86fd40acd3 to your computer and use it in GitHub Desktop.

Select an option

Save 3v0k4/ce063d008956288884cbdc86fd40acd3 to your computer and use it in GitHub Desktop.
const parse = s => tryCatch(() => JSON.parse(s))
const first = xs => fromNullable('empty array', xs[0])
const upper = s => s.toUpperCase()
const shout = s => s.concat('!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment