Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. (.=.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.SQLite3

    Compare operator corresponding SQL = .

  2. (.>.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.SQLite3

    Compare operator corresponding SQL > .

  3. (.>=.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.SQLite3

    Compare operator corresponding SQL >= .

  4. (.||.) :: OperatorContext c => Record c a -> Record c a -> Record c a

    relational-schemas Database.Custom.SQLite3

    Concatenate operator corresponding SQL || .

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

    xmonad-contrib XMonad.Config.Prime

    Bitwise "or"

  6. (.:) :: (a -> b) -> (c -> d -> a) -> c -> d -> b

    xmonad-contrib XMonad.Prelude

    Multivariable composition.

    f .: g ≡ (f .) . g ≡ \c d -> f (g c d)
    

  7. (.|) :: Logger -> Logger -> Logger

    xmonad-contrib XMonad.Util.Loggers

    An infix operator for logDefault, which can be more convenient to combine multiple loggers.

    logTitle .| logWhenActive 0 (logConst "*") .| logConst "There's nothing here"
    

  8. (!<<.) :: Bits a => a -> Int -> a

    base Data.Bits

    Infix version of unsafeShiftL.

  9. (!>>.) :: Bits a => a -> Int -> a

    base Data.Bits

    Infix version of unsafeShiftR.

  10. newtype ((f :: k2 -> Type) :.: (g :: k1 -> k2)) (p :: k1)

    base GHC.Generics

    Composition of functors

Page 95 of many | Previous | Next