Skip to content

Commit ee61c56

Browse files
committed
Fix DynamicPPL import
1 parent 6f3cccd commit ee61c56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developers/compiler/model-manual/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ However, models can be constructed by hand without the use of a macro.
2828
Taking the `gdemo` model above as an example, the macro-based definition can be implemented also (a bit less generally) with the macro-free version
2929

3030
```{julia}
31+
using DynamicPPL
32+
3133
# Create the model function.
3234
function gdemo2(model, varinfo, context, x)
3335
# Assume s² has an InverseGamma distribution.

0 commit comments

Comments
 (0)