probmods/probmods2

Fix de finetti template

hawkrobe opened this issue · 1 comments

The current version in chapter 5 uses observe:

var latent = sample(latentPrior)
var thunk = function() {return observe(latent)}
var sequence = repeat(2,thunk)

which is confusing because observe is now a primitive which means something else

closed in 25a7ec2