Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. toListElementWitness :: forall (t :: k) . ListElementWitness w => w t -> ListElementType (WitnessTypeList w) t

    witness Data.Type.Witness.General.ListElement

    No documentation available.

  2. splitSomeOfList :: forall (w :: Type -> Type) . TestEquality w => [SomeOf w] -> AllFor [] w

    witness Data.Type.Witness.Specific.All

    No documentation available.

  3. concatListType :: forall k (w :: k -> Type) (a :: [k]) (b :: [k]) . ListType w a -> ListType w b -> ListType w (Concat a b)

    witness Data.Type.Witness.Specific.Concat

    No documentation available.

  4. module Data.Type.Witness.Specific.FixedList

    No documentation available.

  5. ConsFixedList :: forall a (n1 :: PeanoNat) . a -> FixedList n1 a -> FixedList ('Succ n1) a

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  6. data FixedList (n :: PeanoNat) a

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  7. NilFixedList :: forall a . FixedList 'Zero a

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  8. fixedFromList :: [a] -> (forall (n :: PeanoNat) . () => PeanoNatType n -> FixedList n a -> r) -> r

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  9. fixedListArrowSequence :: forall arrow (n :: PeanoNat) a b . Arrow arrow => FixedList n (arrow a b) -> arrow (FixedList n a) (FixedList n b)

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

  10. fixedListArrowSequence_ :: forall arrow (n :: PeanoNat) a . Arrow arrow => FixedList n (arrow a ()) -> arrow (FixedList n a) ()

    witness Data.Type.Witness.Specific.FixedList

    No documentation available.

Page 180 of many | Previous | Next