summaryrefslogtreecommitdiff
path: root/testdata/let.lc
blob: c2896c808ed4cc0e2474820a9261064244e7f09f (plain)
1
2
3
4
5
6
7
{-# LANGUAGE NoImplicitPrelude #-}
import Internals

id x = x

f x = let y = id x in y