Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. data u :-: v

    diagrams-core Diagrams.Core.Transform

    (v1 :-: v2) is a linear map paired with its inverse.

  2. (:-:) :: (u -> v) -> (v -> u) -> (:-:) u v

    diagrams-core Diagrams.Core.Transform

    No documentation available.

  3. (:%|) :: forall a (n1 :: a) (n2 :: [a]) . Sing n1 -> Sing n2 -> SNonEmpty (n1 ':| n2)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  4. data (a6989586621679052524 :: a) :|@#@$$ (b :: TyFun [a] NonEmpty a)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  5. type family (a6989586621679052524 :: a) :|@#@$$$ (a6989586621679052525 :: [a]) :: NonEmpty a

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  6. data (a6989586621679052451 :: a) :@#@$$ (b :: TyFun [a] [a])

    singletons-base Data.List.Singletons

    No documentation available.

  7. type family (a6989586621679052451 :: a) :@#@$$$ (a6989586621679052452 :: [a]) :: [a]

    singletons-base Data.List.Singletons

    No documentation available.

  8. data (a6989586621679052451 :: a) :@#@$$ (b :: TyFun [a] [a])

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  9. type family (a6989586621679052451 :: a) :@#@$$$ (a6989586621679052452 :: [a]) :: [a]

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  10. data (a :: k) :~: (b :: k)

    singletons-base Data.Singletons.Base.TH

    Propositional equality. If a :~: b is inhabited by some terminating value, then the type a is the same as the type b. To use this equality in practice, pattern-match on the a :~: b to get out the Refl constructor; in the body of the pattern-match, the compiler knows that a ~ b.

Page 15 of many | Previous | Next