File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
3
3
keywords = [" probablistic programming" ]
4
4
license = " MIT"
5
5
desc = " Common interfaces for probabilistic programming"
6
- version = " 0.5.2 "
6
+ version = " 0.5.3 "
7
7
8
8
[deps ]
9
9
AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
Original file line number Diff line number Diff line change 274
274
# `PropertyLens{:a}` and `PropertyLens{:b}` we immediately know that they do not subsume
275
275
# each other since at the same level/depth they access different properties.
276
276
# E.g. `x`, `x[1]`, i.e. `u` is always subsumed by `t`
277
+ subsumes (:: IdentityLens , :: IdentityLens ) = true # disambiguation
277
278
subsumes (t:: IdentityLens , u:: Lens ) = true
278
279
subsumes (t:: Lens , u:: IdentityLens ) = false
279
280
You can’t perform that action at this time.
0 commit comments