Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. getVarNumTI32 :: MonadIO m => VarNumT -> m Int32

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

    Get the value of the “i32” field. When overloading is enabled, this is equivalent to

    get varNumT #i32
    

  2. getVarNumTU32 :: MonadIO m => VarNumT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

    Get the value of the “u32” field. When overloading is enabled, this is equivalent to

    get varNumT #u32
    

  3. setVarNumTF :: MonadIO m => VarNumT -> Float -> m ()

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

    Set the value of the “f” field. When overloading is enabled, this is equivalent to

    set varNumT [ #f := value ]
    

  4. setVarNumTI32 :: MonadIO m => VarNumT -> Int32 -> m ()

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

    Set the value of the “i32” field. When overloading is enabled, this is equivalent to

    set varNumT [ #i32 := value ]
    

  5. setVarNumTU32 :: MonadIO m => VarNumT -> Word32 -> m ()

    gi-harfbuzz GI.HarfBuzz.Unions.VarNumT

    Set the value of the “u32” field. When overloading is enabled, this is equivalent to

    set varNumT [ #u32 := value ]
    

  6. setVariables :: [(Text, Text)] -> Context -> Context

    glabrous Text.Glabrous

    Populate with variables and/or update variables in the given Context.

    λ>setVariables [("tag","replacement"), ("theme","Haskell")] context
    Context {variables = fromList [("etc.","..."),("theme","Haskell"),("tag","replacement"),("name","")]}
    

  7. keptVars :: CheckArgsResult -> [(Type, Kind)]

    grisette Grisette.Internal.TH.Derivation.Common

    No documentation available.

  8. cellTextVariant :: CellRendererTextClass self => Attr self Variant

    gtk3 Graphics.UI.Gtk.ModelView.CellRendererText

    Font variant (e.g. small caps).

  9. cellTextVariantSet :: CellRendererTextClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.ModelView.CellRendererText

    Whether the cellTextVariant tag is used, default is False.

  10. getVarTab :: Env -> VarTab

    hxt-xpath Text.XML.HXT.XPath.XPathFct

    Returns the table of variables from the environment

Page 68 of many | Previous | Next