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 f76658a commit 690b017Copy full SHA for 690b017
docs/src/internals/varinfo.md
@@ -79,7 +79,9 @@ For example, with the model above we have
79
80
```@example varinfo-design
81
# Type-unstable `VarInfo`
82
-varinfo_untyped = DynamicPPL.untyped_varinfo(demo(), SamplingContext(), DynamicPPL.Metadata())
+varinfo_untyped = DynamicPPL.untyped_varinfo(
83
+ demo(), SamplingContext(), DynamicPPL.Metadata()
84
+)
85
typeof(varinfo_untyped.metadata)
86
```
87
0 commit comments