summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesyn02.lc
blob: 151ab092ac5b2f1eb35944303b9f66eae24c6005 (plain)
1
2
3
4
type MyUnit = ()

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