scientist-0.0.0.0: A Haskell library for carefully refactoring critical paths.
Safe HaskellNone
LanguageHaskell2010

Scientist.Experiment.Run

Synopsis

Documentation

experimentRunInternal :: MonadUnliftIO m => Experiment m c a b -> m (Result c a b) Source #

experimentRun but returning the full Result

Used for testing.