haskell-language-server-1.1.0.0: test/testdata/TypedHoles2.hs
module TypedHoles2 (foo2) where
newtype A = A Int
foo2 :: [A] -> A
foo2 x = _
where
stuff (A a) = A (a + 1)
module TypedHoles2 (foo2) where
newtype A = A Int
foo2 :: [A] -> A
foo2 x = _
where
stuff (A a) = A (a + 1)