blob: 76606a90f766051bc01f1d9f89398b05bf6bc1c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- !!! ds024 -- correct types on ConPatOuts
-- do all the right types get stuck on all the
-- Nils and Conses?
module ShouldCompile where
f x = [[], []]
g x = ([], [], [])
|