summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T6056.hs
blob: d2d8349f65b3bee3dff3c8d5c970c75833cef920 (plain)
1
2
3
4
5
6
module T6056 where
import T6056a

foo :: Int -> (Maybe Int, [Int])
foo x = smallerAndRest x [x]