An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : from

This package provides the typeclasses From and TryFrom. The From.From typeclass provides From.from :: a -> b. It is an interface a pair of types that can be converted from one to another. The From.TryFrom typeclass provides From.tryFrom :: a -> Prelude.Maybe b. It is an interface for a pair of types that can be converted from one to another, safely handling the possibility of a failure. Default From.From instances are provided for some integral types in base, using Prelude.fromIntegral. This is the core package. This package itself is not spectacularly useful. One example of immediate usefulness would be the from-string package. If you are interested, you may want to check the project README.md (not the package README.md) as well.

Registry - Homepage - JSON - codemeta.json
purl: pkg:hackage/from
Keywords: apache , library , typeclass , Propose Tags
License: Apache-2.0
Latest release: 3 months ago
First release: 3 months ago
Downloads: 16 total
Last synced: 11 days ago

    Loading...
    Readme
    Loading...