tweag / monad-bayes

A library for probabilistic programming in Haskell.
MIT License
407 stars 62 forks source link

Bump mtl -> 2.3, transformers -> 0.6 #329

Closed turion closed 9 months ago

turion commented 9 months ago

This is the minimal change necessary to support the newer versions of mtl and transformers, both needed for #294. This doesn't solve #245 yet because it just copies the old ListT implementation, which is still invalid.