Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

What is the difference between % and * in a makefile

unix: how to tell if a string matches a regex

Scala pattern matching Java enum value

Elegant pattern matching on nested tuples of arbitrary length

f# pattern-matching tuples

Implying equality in a Haskell pattern match

Why do non-exhaustive guards cause irrefutable pattern match to fail?

What is the meaning of ~ before (l, r)

Is it better to use guards than patterns for recursion functions in Haskell?

How can I check if one two-dimensional NumPy array contains a specific pattern of values inside it?

F# Power issues which accepts both arguments to be bigints

Early-breaking from Rust's match

scala either pattern match

Scala mutable collections and "Reference must be prefixed warnings"

Ruby String#scan equivalent to return MatchData

SQL query to match one of multiple strings

OCaml - Pattern matching with list reference in a tuple

How do I use pattern matching in 'let' definitions?

syntax f# pattern-matching

PHP glob-style matching

php path pattern-matching glob

Case classes, pattern matching and varargs

scala pattern-matching

What is the purpose of `&` before the loop variable?