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 6fbeffd commit b9cd48bCopy full SHA for b9cd48b
Project.toml
@@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
3
keywords = ["probablistic programming"]
4
license = "MIT"
5
desc = "Common interfaces for probabilistic programming"
6
-version = "0.8.3"
+version = "0.8.4"
7
8
[deps]
9
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
src/varname.jl
@@ -665,7 +665,7 @@ end
665
666
function _parse_obj_optic(ex)
667
obj, optics = _parse_obj_optics(ex)
668
- optic = Expr(:call, :(Accessors.opticcompose), optics...)
+ optic = Expr(:call, Accessors.opticcompose, optics...)
669
obj, optic
670
end
671
0 commit comments