summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T11975.stdout
blob: 86d44bd223d56b10b41d9f21d60d3b5451b2d74b (plain)
1
2
3
4
5
mapM
  :: forall (t :: * -> *) (m :: * -> *) a b.
     (Traversable t, Monad m) =>
     (a -> m b) -> t a -> m (t b)
foo @Int :: forall b. (Show Int, Num b) => Int -> b