Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. gPrecReadC :: GReadC p c f => p (ReadPrec a, ReadPrec [a]) -> String -> Fixity -> ReadPrec (M1 C c f a)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  2. gPrecReadFields :: GReadFields p f => p (ReadPrec a, ReadPrec [a]) -> ReadPrecTree (f a)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  3. gPrecReadNamed :: GReadNamed p f => p (ReadPrec a, ReadPrec [a]) -> ReadPrec (f a)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  4. gPrecReadSingle :: GReadSingle p f => p (ReadPrec a, ReadPrec [a]) -> ReadPrec (f a)

    generic-data Generic.Data.Internal.Read

    No documentation available.

  5. gliftReadPrec :: (Generic1 f, GRead1 (Rep1 f)) => ReadPrec a -> ReadPrec [a] -> ReadPrec (f a)

    generic-data Generic.Data.Internal.Read

    Generic liftReadPrec.

  6. greadPrec :: (Generic a, GRead0 (Rep a)) => ReadPrec a

    generic-data Generic.Data.Internal.Read

    Generic readPrec.

    instance Read MyType where
    readPrec = greadPrec
    readListPrec = readListPrecDefault
    

  7. liftReadPrecCompat :: Read1 f => (ReadPrec a, ReadPrec [a]) -> ReadPrec (f a)

    generic-data Generic.Data.Internal.Read

    A backwards-compatible version of liftReadPrec. This is needed for compatibility with base-4.9, where Read1 only offers liftReadsPrec, not liftReadPrec.

  8. toReadPrec :: ReadPrecTree a -> ReadPrec a

    generic-data Generic.Data.Internal.Read

    No documentation available.

  9. RoleDocumentSpreadsheet :: Role

    gi-atk GI.Atk.Enums

    A document frame which contains a spreadsheet. (Since: 2.1.0)

  10. StateTypeReadOnly :: StateType

    gi-atk GI.Atk.Enums

    Indicates that a widget which is ENABLED and SENSITIVE has a value which can be read, but not modified, by the user. Note that this state should only be applied to widget types whose value is normally directly user modifiable, such as check boxes, radio buttons, spin buttons, text input fields, and combo boxes, as a means to convey that the expected interaction with that widget is not possible. When the expected interaction with a widget does not include modification by the user, as is the case with labels and containers, ATK_STATE_READ_ONLY should not be applied. See also ATK_STATE_EDITABLE. since: ATK-2-16

Page 638 of many | Previous | Next