[project @ 2000-11-03 16:23:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds024.hs
1 -- !!! ds024 -- correct types on ConPatOuts
2
3 -- do all the right types get stuck on all the
4 -- Nils and Conses?
5
6 module ShouldCompile where
7
8
9 f x = [[], []]
10
11 g x = ([], [], [])