summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import11.reject.wip.lc
blob: 55f45cd2cfa1658f4bd69e8ea5263920bc2e07f4 (plain)
1
2
3
4
5
6
import TypeSyn01

type MyUnit = ()

fun :: a -> MyUnit -> MyUnit
fun x () = ()