Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. (+:) :: forall a (ins :: [Type]) (out :: [Type]) . Typeable a => Typed a -> Registry ins out -> Registry (Inputs a :++ ins) (Output a ': out)

    registry Data.Registry.Registry

    Add an element to the Registry but do not check that the inputs of a can already be produced by the registry Prepend an element to the registry with no checks at all

  2. (<:) :: AddRegistryLike a b c => a -> b -> c

    registry Data.Registry.Registry

    No documentation available.

  3. (.:) :: SymVal a => SBV a -> SList a -> SList a

    sbv Data.SBV.List

    Prepend an element, the traditional cons.

  4. (.:) :: SChar -> SString -> SString

    sbv Data.SBV.String

    Prepend an element, the traditional cons.

  5. (=:) :: ChainStep a (ChainsTo a) => a -> ChainsTo a -> ChainsTo a

    sbv Data.SBV.Tools.KnuckleDragger

    Chain steps in a calculational proof.

  6. (@:) :: TagName -> [AttributePredicate] -> Selector

    scalpel-core Text.HTML.Scalpel.Core

    The @: operator creates a Selector by combining a TagName with a list of AttributePredicates.

  7. (.:) :: forall a (m :: Type -> Type) . a -> StreamK m a -> StreamK m a

    streamly-core Streamly.Internal.Data.StreamK

    Operator equivalent of cons.

    > toList $ 1 .: 2 .: 3 .: nil
    [1,2,3]
    

  8. (<$:) :: (CFunctor f, Dom f a, Dom f b) => a -> f b -> f a

    subcategories Control.Subcategory.Functor

    No documentation available.

  9. (<$:>) :: (CFunctor f, Dom f a, Dom f b) => (a -> b) -> f a -> f b

    subcategories Control.Subcategory.Functor

    No documentation available.

  10. (.:) :: FromJSON a => Object -> Key -> Parser a

    Agda Agda.Interaction.JSON

    Retrieve the value associated with the given key of an Object. The result is empty if the key is not present or the value cannot be converted to the desired type. This accessor is appropriate if the key and value must be present in an object for it to be valid. If the key and value are optional, use .:? instead.

Page 92 of many | Previous | Next