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

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.

Ecosystem
hackage.haskell.org
Latest Release
1.0.0.1
4 months ago
Versions
2
Downloads
16 total
Links
Registry hackage.haskell.org
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/from
spec
License Apache-2.0
First Release 4 months ago
Last Synced about 1 month ago