packages feed

inventory-0.1.0.0: test/HieSource/T12.hs

module HieSource.T12 where

t12A :: Monad m => a -> Either (m a) Int
t12A = undefined

t12B :: Functor m => a -> Either (m a) Int
t12B = undefined