packages feed

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

module Ala.Sum
  ( Sum(..)
  ) where

import Data.Functor.Sum (Sum(InL, InR))