• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    ghc-lib-parser GHC.JS.Make

    JS infix Ord operators

  2. (.==.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix Equality operators

  3. (.===.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix Equality operators

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

    ghc-lib-parser GHC.JS.Make

    JS infix Ord operators

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

    ghc-lib-parser GHC.JS.Make

    JS infix Ord operators

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

    ghc-lib-parser GHC.JS.Make

    JS infix bit shift operators

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

    ghc-lib-parser GHC.JS.Make

    JS infix bit shift operators

  8. (.^) :: JStgExpr -> FastString -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    Select a property prop, from and object obj

    obj .^ prop ==> obj.prop
    

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

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

  10. (.||.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

Page 26 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete