packages feed

semialign-1.2: src/Data/Semialign/Indexed.hs

{-# LANGUAGE Safe #-}
-- | Zipping and aligning of indexed functors.
module Data.Semialign.Indexed (
    SemialignWithIndex (..),
    ZipWithIndex (..),
    RepeatWithIndex (..),
) where

import Data.Semialign.Internal