$ errors.fyi/haskell/PatternMatchFail 128 namespaces · 4,025 codes
haskell · haskell/PatternMatchFail
PatternMatchFail

PatternMatchFail

Thrown when a partial function is called with a value it does not match. Common sources are non-exhaustive case expressions, partial lambda patterns, and do-notation pattern bindings where the matched constructor is not the one actually present.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT