summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/Forall1.hs
blob: c5fe2c77da1384abfabb1dfd841ad2de8a4fe94a (plain)
1
2
3
4
5
{-# LANGUAGE PartialTypeSignatures, ScopedTypeVariables #-}
module Forall1 where

fall :: forall a. _ -> a
fall v = v