Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. (.:?) :: FromYAML a => Mapping Pos -> Text -> Parser (Maybe a)

    HsYAML Data.YAML

    Retrieve optional value in Mapping indexed by a !!str Text key. Nothing is returned if the key is missing or points to a tag:yaml.org,2002:null node. This combinator only fails if the key exists but cannot be converted to the required type. See also .:!.

  2. (.=) :: ToYAML a => Text -> a -> Pair

    HsYAML Data.YAML

    No documentation available.

  3. (.&.?) :: Bits a => FindClause a -> a -> FindClause a

    filemanip System.FilePath.Find

    This operator is useful to check if bits are set in a FileMode.

  4. (.!) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    return the expression at idx of obj

    obj .! idx ==> obj[idx]
    

  5. (.!=.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix Equality operators

  6. (.!==.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix Equality operators

  7. (.&&.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

  8. (.<.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix Ord operators

  9. (.<<.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix bit shift operators

  10. (.<=.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix Ord operators

Page 25 of many | Previous | Next