Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. data ((b :: [a]) ++ (c :: [a])) (d :: [a])

    first-class-families Fcf.Data.List

    List catenation.

    Example

    >>> data Example where Ex :: a -> Example  -- Hide the type of examples to avoid brittleness in different GHC versions
    
    >>> :kind! Ex (Eval ([1, 2] ++ [3, 4]) :: [Natural])
    Ex (Eval ([1, 2] ++ [3, 4]) :: [Natural]) :: Example
    = Ex [1, 2, 3, 4]
    

  2. (+|) :: FromBuilder b => Builder -> Builder -> b

    fmt Fmt

    Concatenate, then convert.

  3. (+||) :: FromBuilder b => Builder -> Builder -> b

    fmt Fmt

    Concatenate, then convert.

  4. (+|) :: FromBuilder b => Builder -> Builder -> b

    fmt Fmt.Internal.Core

    Concatenate, then convert.

  5. (+||) :: FromBuilder b => Builder -> Builder -> b

    fmt Fmt.Internal.Core

    Concatenate, then convert.

  6. (+=) :: (MonadState s m, Num a) => ASetter s s a a -> a -> m ()

    microlens-mtl Lens.Micro.Mtl

    No documentation available.

  7. (+.) :: Offset ty -> Int -> Offset ty

    basement Basement.Types.OffsetSize

    No documentation available.

  8. type family (a1 :: [a]) ++ (a2 :: [a]) :: [a]

    singletons-base Data.List.Singletons

    No documentation available.

  9. data (a6989586621679187079 :: [a]) ++@#@$$ (b :: TyFun [a] [a])

    singletons-base Data.List.Singletons

    No documentation available.

  10. type family (a6989586621679187079 :: [a]) ++@#@$$$ (a6989586621679187080 :: [a]) :: [a]

    singletons-base Data.List.Singletons

    No documentation available.

Page 13 of many | Previous | Next