summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2766.stdout
blob: 5bcbd9e75ebb035af5a671cd3371a8b82ac3512a (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)