Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

Pattern-matching with (higher-order) functions in Haskell

Escaping special characters in Perl regex

How to know if a given string is substring from another string in Java

Multiple assignment in Scala without using Array?

Change a if-else-construct in a more functional style?

How do I compare x and y in F#?

f# pattern-matching

Regex Pattern Matching Concatenation

Scala pattern matching with manifest

Multi Pattern Matching Algorithm

Is it possible to create a mutable value of a mutable reference in a pattern?

rust pattern-matching

String pattern matching problem

Unexpected result due to order in Swift's pattern matching

pattern-matching swift

Pattern matching on object.member in Play 2.0 templates

F#: Advanced use of active patterns

f# pattern-matching

swift 4: pattern match an object against a tuple (Tuple pattern cannot match values of the non-tuple type)

Why does a wildcard match work when enumerating all cases doesn't?

How to find pattern groups in boolean array?

Count overlapping regex matches once again

Can macros expand to a combination of patterns?