Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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 bit shift operators

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

    ghc-lib-parser GHC.JS.Make

    Select a property prop, from and object obj

    obj .^ prop ==> obj.prop
    

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

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

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

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

  5. (.&.) :: Bits a => a -> a -> a

    ghc-lib-parser GHC.Prelude.Basic

    Bitwise "and"

  6. (.|.) :: Bits a => a -> a -> a

    ghc-lib-parser GHC.Prelude.Basic

    Bitwise "or"

  7. (.#) :: Coercible a b => (b -> c) -> (a -> b) -> a -> c

    indexed-profunctors Data.Profunctor.Indexed

    Composition operator where the second argument must be an identity function up to representational equivalence (e.g. a newtype wrapper or unwrapper), and will be ignored at runtime.

  8. (.->) :: Proto t -> (t -> a) -> a

    oo-prototypes Data.Prototype

    Field access

  9. (.#) :: (Delta -> Lines -> Lines) -> Rendering -> Rendering

    trifecta Text.Trifecta.Rendering

    No documentation available.

  10. (.&.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    checkers Test.QuickCheck.Checkers

    Nondeterministic choice: p1 .&. p2 picks randomly one of p1 and p2 to test. If you test the property 100 times it makes 100 random choices.

Page 27 of many | Previous | Next