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.
(
.<<. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit shift operators
(
.<=. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix Ord operators
(
.==. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix Equality operators
(
.===. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix Equality operators
(
.>. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix Ord operators
(
.>=. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix Ord operators
(
.>>. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit shift operators
(
.>>>. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit shift operators
(
.^ ) :: JStgExpr -> FastString -> JStgExprghc GHC.JS.Make Select a property prop, from and object obj
obj .^ prop ==> obj.prop
(
.|. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit operators