experimenter-0.1.0.6: Perform scientific experiments stored in a DB, and generate reports.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Experimenter.Util

Documentation

tshow :: Show a => a -> Text Source #

tread :: Read a => Text -> a Source #

fromEither :: b -> Either a b -> b Source #