Skip to content

Instantly share code, notes, and snippets.

@reevik
Created February 14, 2022 19:53
Show Gist options
  • Save reevik/baf1fd1a7f23b27fa0b501af2057c6f3 to your computer and use it in GitHub Desktop.
Save reevik/baf1fd1a7f23b27fa0b501af2057c6f3 to your computer and use it in GitHub Desktop.
trait M[T] { def flatMap[U](f: T => M[U]): M[U] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment