Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

When to expose constructors of a data type when designing data structures?

Which algorithm should I use for signal (sound) one class classification?

Using regular expressions (regex) to replace selected text in jQuery / JavaScript

Use a parameter as pattern in Haskell

haskell pattern-matching

In OCaml, what is the canonical way of matching against multiple arguments of a function?

pattern-matching ocaml

How to search in a BYTE array for a pattern?

c++ c windows pattern-matching

Get string after '/' character

Implementation of string pattern matching using Suffix Array and LCP(-LR)

c++ c string pattern-matching

Is it possible to use pattern matching guards in a `while let`?

Warning about an unchecked type argument in this Scala pattern match?

Fall through in pattern matching

Is it possible to use guards in function definition in idris?

Is Agda without K less powerful?

Is there any guarantee about the evaluation order within a pattern match?

Ignore a specific folder pattern in testMatch with Jest

Does the order of alternatives in a Scala match expression matter in terms of performance?

Preventing move semantics during pattern matching

pattern-matching rust move

PostgreSQL substring get string between brackets

Matching tuples with multiple possible values

C# 7 Pattern Match with a tuple