inventory-0.1.0.0: test/HieSource/T5.hs
{-# LANGUAGE RankNTypes #-}
module HieSource.T5 where
t5A :: Monad m => a -> m a
t5A = undefined
t5B :: forall b m. Monad m => b -> m b
t5B = undefined
{-# LANGUAGE RankNTypes #-}
module HieSource.T5 where
t5A :: Monad m => a -> m a
t5A = undefined
t5B :: forall b m. Monad m => b -> m b
t5B = undefined