Skip to content
#

functor

Here are 137 public repositories matching this topic...

kierans
kierans commented Mar 11, 2021

Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function getPropOrError (and getPathOrError). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.

Describe the solution you'd like
`getPropOrError :: String -> a

In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.

  • Updated Oct 26, 2020
  • Haskell

Improve this page

Add a description, image, and links to the functor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the functor topic, visit your repo's landing page and select "manage topics."

Learn more