Skip to content

Instantly share code, notes, and snippets.

@mattroberts297
Created September 14, 2015 14:25
Show Gist options
  • Save mattroberts297/f28c373a8f4e9549389e to your computer and use it in GitHub Desktop.
Save mattroberts297/f28c373a8f4e9549389e to your computer and use it in GitHub Desktop.
Warm up scalaz
import scalaz._
import Scalaz._
trait WarmUpScalaz {
private val warmMeUp = 1.success
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment