| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Data.Type.Witness.Specific.Concat
Documentation
concatEmptyRefl :: forall {k} (w :: k -> Type) (a :: [k]). ListType w a -> Concat a ('[] :: [k]) :~: a Source #
concatIsDict :: forall k (w :: k -> Type) (aa :: [k]) (bb :: [k]). (Representative w, Is (ListType w) aa, Is (ListType w) bb) => Dict (Is (ListType w) (Concat aa bb)) Source #