Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Data.Type.Witness.Specific.
FixedList No documentation available.
ConsFixedList :: forall a (n1 :: PeanoNat) . a -> FixedList n1 a -> FixedList ('Succ n1) awitness Data.Type.Witness.Specific.FixedList No documentation available.
data
FixedList (n :: PeanoNat) awitness Data.Type.Witness.Specific.FixedList No documentation available.
NilFixedList :: forall a . FixedList 'Zero awitness Data.Type.Witness.Specific.FixedList No documentation available.
fixedFromList :: [a] -> (forall (n :: PeanoNat) . () => PeanoNatType n -> FixedList n a -> r) -> rwitness Data.Type.Witness.Specific.FixedList No documentation available.
-
witness Data.Type.Witness.Specific.FixedList No documentation available.
-
witness Data.Type.Witness.Specific.FixedList No documentation available.
fixedListElement :: forall (n :: PeanoNat) a . Some (Greater n) -> FixedList n a -> awitness Data.Type.Witness.Specific.FixedList No documentation available.
-
witness Data.Type.Witness.Specific.FixedList No documentation available.
fixedListLength :: forall (n :: PeanoNat) a . FixedList n a -> PeanoNatType nwitness Data.Type.Witness.Specific.FixedList No documentation available.