summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_compile/3132.hs
blob: c6aa2579e905b3354ce161c99526300b33cc5724 (plain)
1
2
3
4
5
6
module Spring where

import Data.Array.Unboxed

step :: UArray Int Double -> [Double]
step y = [y!1 + y!0]