summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2766.stdout
blob: f8ee42ff6a91f6c80998a3f8cd9511a571da6bb7 (plain)
1
2
3
first :: Arrow to => b `to` c -> (b, d) `to` (c, d)
  :: Arrow to => to b c -> to (b, d) (c, d)
first :: b~>c -> (b, d)~>(c, d) :: (b ~> c) -> (b, d) ~> (c, d)