Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

Matching tuples with multiple possible values

C# 7 Pattern Match with a tuple

View patterns vs. pattern guards

haskell pattern-matching

How to use the 'in' operator in guard clauses?

Regex Valid Twitter Mention

how to to do the "noop but return unit" in OCaml

pattern-matching ocaml noop

Pattern matching with string in Erlang. Variable in left position

erlang pattern-matching

Pattern matching on Class[_] type?

What is the "<>" operator in an elixir function signature?

pattern-matching elixir

Working around incomplete pattern matching on enums

f# enums pattern-matching

How to perform pattern matching with vararg case classes?

Understanding pattern matching with cons operator

f# pattern-matching cons

Return only numeric values from column - Postgresql

How is this case class match pattern working?

"Pattern matching" of algebraic type data constructors

Bash last index of

bash shell pattern-matching

Understanding Knuth-Morris-Pratt Algorithm

Regular Expression for partial match length - String similarity

Case-insensitive Lua pattern-matching

Haskell pattern matching on GADTs with Data Kinds