You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sampling with mcmcP produces samples wrapped in MHResult, but I can't access anything because MHResult (and Trace that's contained within) is defined in Control.Monad.Bayes.Traced.Common and monad-bayes doesn't export that module (there are no re-exports in other modules either).
The text was updated successfully, but these errors were encountered:
Not exactly a bug, but probably an oversight?
Sampling with mcmcP produces samples wrapped in
MHResult
, but I can't access anything becauseMHResult
(andTrace
that's contained within) is defined inControl.Monad.Bayes.Traced.Common
andmonad-bayes
doesn't export that module (there are no re-exports in other modules either).The text was updated successfully, but these errors were encountered: