typelevel / CT_from_Programmers.scala

Scala sample code for Bartosz Milewski's CT for Programmers
278 stars 39 forks source link

Use wildcard pattern matching in Scala example #79

Closed bplommer closed 5 years ago

bplommer commented 5 years ago

The edited Scala snippets are currently not equivalent to the Haskell examples' use of wildcards in pattern matching; this PR replaces them with ones that are.