summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T21294a.stdout
blob: 58fb4e6c2737f58afcc3d9dab64724bad608b8b8 (plain)
1
2
3
4
5
6
type L0 :: * -> *
type L0 = [] :: * -> *
  	-- Defined at <interactive>:1:1
type L1 :: * -> *
type L1 a = [a]
  	-- Defined at <interactive>:4:1