Created
January 31, 2019 11:26
-
-
Save robhinds/4b24f66196d4615c177a18f9a7420b95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait DocumentRepository[F[_]] { | |
def documents: F[Seq[Document]] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment