registry-0.3.0.8: data structure for assembling components
Safe HaskellNone
LanguageHaskell2010

Data.Registry.Statistics

Synopsis

Documentation

makeStatistics :: forall a ins out. Typeable a => Registry ins out -> Statistics Source #

Return Statistics as the result of the creation of a value of a given type (and throws an exception if the value cannot be created)

makeStatisticsEither :: forall a ins out. Typeable a => Registry ins out -> Either Text Statistics Source #

Return Statistics as the result of the creation of a value of a given type