-
Updated
Mar 9, 2021 - Kotlin
optics
Here are 329 public repositories matching this topic...
-
Updated
Oct 30, 2020 - Java
-
Updated
Dec 22, 2019 - JavaScript
-
Updated
Mar 8, 2021 - TypeScript
-
Updated
Feb 6, 2020 - Java
-
Updated
Feb 11, 2021 - Haskell
-
Updated
Jul 2, 2019 - Haskell
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.
Create front page
-
Updated
Mar 6, 2021 - Python
-
Updated
Nov 17, 2020 - Python
-
Updated
Mar 1, 2021 - C++
-
Updated
Dec 8, 2020
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Apr 22, 2020 - Python
-
Updated
Aug 30, 2020 - Elixir
-
Updated
Mar 8, 2021 - HTML
Describe the bug
If eps_r is shape (N,) then the fields solved are shape (N,1)
Either:
- disallow 1-D
eps_rarrays
Or: - keep track of
eps_rshape and reshape the fields to match.
-
Updated
Feb 17, 2021 - Python
-
Updated
Oct 10, 2020 - Jupyter Notebook
-
Updated
Mar 5, 2021 - Jupyter Notebook
-
Updated
Feb 24, 2021 - C++
Presently, interferometric data can only be written out to ascii files, and read from dat or datx files. The code that handles this in prysm.io should be refactored to allow reading and writing of all formats.
-
Updated
Jan 27, 2021 - Python
-
Updated
Sep 21, 2020 - C++
Improve this page
Add a description, image, and links to the optics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optics topic, visit your repo's landing page and select "manage topics."
Absent#foldLeftand#foldRightshould process the minimal number of elements of the inboundIterablenecessary to produce the result, and since the semigroup treatsnothingas an annihilator, that means thatnothing()should cause a short-circuit. As a good heuristic, bothAbsent.<Unit>absent(Constantly::constantly).foldLeft(nothing(), repeat(just(UNIT)));and `Absent.absent(Cons