The Wayback Machine - https://web.archive.org/web/20220407110141/https://github.com/topics/reader-monad
Skip to content
#

reader-monad

Here are 29 public repositories matching this topic...

tofu
catostrophe
catostrophe commented Nov 12, 2020

Let tofu-optics users do this:

import tofu.optics.syntax.tupleN._

val lense = Tuple3._2[Int, String, Long]   // : Contains[(Int, String, Long), String]

tupleN object should contain all possible implicit extensions to Tuple{N} companion objects. Implementations should be macro generated.

enhancement good first issue

Improve this page

Add a description, image, and links to the reader-monad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reader-monad topic, visit your repo's landing page and select "manage topics."

Learn more