Skip to content

Commit b9cd48b

Browse files
authored
fix optic parsing function (#97)
1 parent 6fbeffd commit b9cd48b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
33
keywords = ["probablistic programming"]
44
license = "MIT"
55
desc = "Common interfaces for probabilistic programming"
6-
version = "0.8.3"
6+
version = "0.8.4"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

src/varname.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ end
665665

666666
function _parse_obj_optic(ex)
667667
obj, optics = _parse_obj_optics(ex)
668-
optic = Expr(:call, :(Accessors.opticcompose), optics...)
668+
optic = Expr(:call, Accessors.opticcompose, optics...)
669669
obj, optic
670670
end
671671

0 commit comments

Comments
 (0)