Skip to content

Commit

Permalink
Change import in Figure2.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-lew committed Dec 8, 2022
1 parent e9fc4f9 commit 1492269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Figure2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Main (main) where
import Numeric.ADEV.Class
import Numeric.ADEV.Diff (diff)
import Numeric.ADEV.Interp ()
import Numeric.AD.Internal.Forward.Double (ForwardDouble)
import Numeric.AD.Mode.Forward.Double (ForwardDouble)
import Control.Monad.Bayes.Class (MonadDistribution)
import Control.Monad.Bayes.Sampler.Strict (sampleIO)

Expand Down

0 comments on commit 1492269

Please sign in to comment.