[Haskell-cafe] Typeclassopedia for numbers
Dominik Schrempf
dominik.schrempf at gmail.com
Wed Sep 19 14:28:32 UTC 2018
Hello,
the Typeclassopedia[1] lists standard Haskell (algebraic ?) type classes and
their relations. I was wondering if a similar construct also exists for numeric
type classes (and probably also their instances), since I am always struggling
with how, e.g., 'Integral' number are related to 'Fractional' and so on and so
forth.
Thanks,
Dominik
[1] https://wiki.haskell.org/Typeclassopedia
More information about the Haskell-Cafe
mailing list