Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-synonyms

Haskell - Using a constant in pattern matching

Why are recursive pattern synonyms accepted?

haskell pattern-synonyms

How to handle lots of constants in Haskell?

Haskell pattern matching on vectors

Haskell constructor aliases

haskell pattern-synonyms

Why are all recursive pattern synonyms rejected?

No-fun/puzzlement with pattern synonyms as functions

haskell pattern-synonyms

Writing a COMPLETE pragma for a polymorphic pattern synonym?

Pattern synonym can't unify types within type-level list

Why does my pattern block an error on both sides?

Combining patterns

haskell pattern-synonyms

Pattern matching on a private data constructor

Pattern matching Data.Sequence like lists

Haskell: "Qualified name in binding position" error with Map.empty

A list whose "Nil" carries a value?

Pattern synonyms lead to unexhaustive pattern matching

Haskell Bytestrings: How to pattern match?