summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/refinement_substitutions.hs
blob: 345a6c8f8e571d341c87cdb69bcf63f1674f8c07 (plain)
1
2
3
4
5
6
7
module RefinementSubstitutions where

f :: [Integer] -> Integer
f = _

g :: [Integer] -> Integer
g = _ 0