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 GHC.JS.Make

    JS infix bit shift operators

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

    ghc GHC.JS.Make

    JS infix Ord operators

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

    ghc GHC.JS.Make

    JS infix Equality operators

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

    ghc GHC.JS.Make

    JS infix Equality operators

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

    ghc GHC.JS.Make

    JS infix Ord operators

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

    ghc GHC.JS.Make

    JS infix Ord operators

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

    ghc GHC.JS.Make

    JS infix bit shift operators

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

    ghc GHC.JS.Make

    JS infix bit shift operators

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

    ghc GHC.JS.Make

    Select a property prop, from and object obj

    obj .^ prop ==> obj.prop
    

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

    ghc GHC.JS.Make

    JS infix bit operators

Page 14 of many | Previous | Next