License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Foundation.Convertible
Description
- class Convertible a b where
Documentation
class Convertible a b where
Class of things that can be converted from a to b
Associated Types
type Convert a b
Instances
Convertible a a |