Skip to content

Instantly share code, notes, and snippets.

View dholtz's full-sized avatar

Dave Holtzhouser dholtz

  • United States
  • 02:53 (UTC -06:00)
View GitHub Profile
@dholtz
dholtz / CustomArgMsg.scala
Last active December 15, 2019 21:02
Sendgrid Webhook Event Json Parsing
final case class CustomArgMsg(key: String, value: String, trackable: Boolean)
@dholtz
dholtz / jargon.md
Last active August 29, 2015 14:27 — forked from cb372/jargon.md
Category theory jargon cheat sheet

Category theory jargon cheat sheet

A primer/refresher on the category theory concepts that most commonly crop up in conversations about Scala or FP. (Because it's embarassing when I forget this stuff!)

I'll be assuming Scalaz imports in code samples, and some of the code may be pseudo-Scala.

Functor

A functor is something that supports map.