| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Graphics.Gnuplot.Value.Atom
Description
Provide a class that restricts the range of Haskell types to the ones that gnuplot can process.
Documentation
Minimal complete definition
Nothing
Instances
| C Double # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Float # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Int # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Int8 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Int16 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Int32 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Int64 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Integer # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Word8 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Word16 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Word32 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Word64 # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C UTCTime # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| C Day # | |
Defined in Graphics.Gnuplot.Value.Atom | |
| Integral a => C (Ratio a) # | |
Defined in Graphics.Gnuplot.Value.Atom | |