Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
update readme.md (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdon authored and notxcain committed Apr 3, 2018
1 parent 84a1fdd commit 96558b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ object KeyValueStore {
}

// A function to convert a natural transformation to your trait
def fromFunctionK[F[_]](f: KeyValueStoreFree ~> F]): KeyValueStore[F] =
def fromFunctionK[F[_]](f: KeyValueStoreFree ~> F): KeyValueStore[F] =
new KeyValueStore[F] {
def setValue(key: String, value: String): F[Unit] =
f(KeyValueStoreFree.SetValue(key, value))
Expand Down

0 comments on commit 96558b7

Please sign in to comment.