packages feed

planet-mitchell-0.0.0: src/Ala/Product.hs

module Ala.Product
  ( Product(..)
  ) where

import Data.Functor.Product (Product(Pair))