feldspar-language-0.7: A functional embedded language for DSP and parallelism

Safe HaskellNone
LanguageHaskell2010

Feldspar.Core.Frontend.Fractional

Synopsis

Documentation

class (Fractional a, Numeric a) => Fraction a where Source

Fractional types. The relation to the standard Fractional class is

instance Fraction a => Fractional (Data a)

Minimal complete definition

Nothing