summaryrefslogtreecommitdiff
path: root/testdata/language-features/recursion/simplerec03.wip.lc
blob: 5f602a04e034df84f44f675747c69c8e0adbd927 (plain)
1
2
3
4
5
value = ()
  where
    fun 0 = 'a'
    fun _ = fun 0