1 2 3 4 5
{-# LANGUAGE PartialTypeSignatures, ScopedTypeVariables #-} module Forall1 where fall :: forall a. _ -> a fall v = v