Skip to content

Instantly share code, notes, and snippets.

@dwhitney
Created September 3, 2015 17:02
Show Gist options
  • Save dwhitney/47f08f8cf7cf5a366b86 to your computer and use it in GitHub Desktop.
Save dwhitney/47f08f8cf7cf5a366b86 to your computer and use it in GitHub Desktop.
def get[T](key: String): KVStore[T] = liftF(Get[T, T](key, identity))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment