Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Core.QLocale
Description
Documentation
class QdecimalPoint x0 x1 where Source
Methods
decimalPoint :: x0 -> x1 -> IO (QChar ()) Source
Instances
QdecimalPoint (QLocaleSc a) () | |
QdecimalPoint (QLocale ()) () |
class QdecimalPoint_nf x0 x1 where Source
Methods
decimalPoint_nf :: x0 -> x1 -> IO (QChar ()) Source
Instances
QdecimalPoint_nf (QLocaleSc a) () | |
QdecimalPoint_nf (QLocale ()) () |
class Qexponential x0 x1 where Source
Methods
exponential :: x0 -> x1 -> IO (QChar ()) Source
Instances
Qexponential (QLocaleSc a) () | |
Qexponential (QLocale ()) () |
class Qexponential_nf x0 x1 where Source
Methods
exponential_nf :: x0 -> x1 -> IO (QChar ()) Source
Instances
Qexponential_nf (QLocaleSc a) () | |
Qexponential_nf (QLocale ()) () |
class QgroupSeparator x0 x1 where Source
Methods
groupSeparator :: x0 -> x1 -> IO (QChar ()) Source
Instances
QgroupSeparator (QLocaleSc a) () | |
QgroupSeparator (QLocale ()) () |
class QgroupSeparator_nf x0 x1 where Source
Methods
groupSeparator_nf :: x0 -> x1 -> IO (QChar ()) Source
Instances
QgroupSeparator_nf (QLocaleSc a) () | |
QgroupSeparator_nf (QLocale ()) () |
class QmonthName x1 where Source
Instances
class QnegativeSign x0 x1 where Source
Methods
negativeSign :: x0 -> x1 -> IO (QChar ()) Source
Instances
QnegativeSign (QLocaleSc a) () | |
QnegativeSign (QLocale ()) () |
class QnegativeSign_nf x0 x1 where Source
Methods
negativeSign_nf :: x0 -> x1 -> IO (QChar ()) Source
Instances
QnegativeSign_nf (QLocaleSc a) () | |
QnegativeSign_nf (QLocale ()) () |
numberOptions :: QLocale a -> () -> IO NumberOptions Source
class Qpercent_nf x0 x1 where Source
Methods
percent_nf :: x0 -> x1 -> IO (QChar ()) Source
Instances
Qpercent_nf (QLocaleSc a) () | |
Qpercent_nf (QLocale ()) () |
qLocaleSetDefault :: QLocale t1 -> IO () Source
setNumberOptions :: QLocale a -> NumberOptions -> IO () Source
qLocaleSystem :: () -> IO (QLocale ()) Source
class QzeroDigit x0 x1 where Source
Instances
QzeroDigit (QLocaleSc a) () | |
QzeroDigit (QLocale ()) () |
class QzeroDigit_nf x0 x1 where Source
Methods
zeroDigit_nf :: x0 -> x1 -> IO (QChar ()) Source
Instances
QzeroDigit_nf (QLocaleSc a) () | |
QzeroDigit_nf (QLocale ()) () |
qLocale_delete :: QLocale a -> IO () Source