We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71125bd commit 7576184Copy full SHA for 7576184
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v4
39
- uses: julia-actions/setup-julia@v2
40
with:
41
- version: 1.7
+ version: '1.10'
42
- run: |
43
julia --project=docs -e '
44
using Pkg
src/optics.jl
@@ -118,7 +118,7 @@ julia> la = @optic _.a
118
lb = @optic _.b
119
lc = @optic _.c
120
lens = la ⨟ lb ⨟ lc
121
-(@o _.c) ∘ (@o _.a.b)
+(@o _.c) ∘ ((@o _.a.b))
122
123
julia> lens(obj)
124
1
0 commit comments