Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pattern-matching

Case classes, pattern matching and curried constructors in Scala

Split files based on file content and pattern matching

Can I match a data constructor wildcard in Haskell?

haskell pattern-matching

What's the reasoning behind adding the "case" keyword to Scala?

Escape function for regular expression or LIKE patterns

"as" keyword in OCaml

pattern-matching ocaml

How to escape a string for use with the LIKE operator in SQL Server?

How to extract terms of specific data constructor from a list in Haskell

Pattern matching multiple variables

f# pattern-matching tuples

Why do I get an error when pattern matching a struct-like enum variant with fields?

enums rust pattern-matching

Does Scala's pattern matching violate the Open/Closed Principle?

Scala Get First and Last elements of List using Pattern Matching

Pattern Matching on a generic container of a Discriminated Union

Python, how to implement something like .gitignore behavior

How to match over self in an enum?

enums pattern-matching rust

Clojure's substitute for Haskell's ADTs and pattern matching?

Point-free pattern matching possible in Haskell?

How to match multiple copies of a value?

f# pattern-matching

Can you pattern match constructors on a type class constrained parameter?

F# Incomplete pattern matches on this expression when using "when"..Why?