Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created January 31, 2019 11:26
Show Gist options
  • Save robhinds/4b24f66196d4615c177a18f9a7420b95 to your computer and use it in GitHub Desktop.
Save robhinds/4b24f66196d4615c177a18f9a7420b95 to your computer and use it in GitHub Desktop.
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