1 2 3 4 5 6 7 8
{-# LANGUAGE PartialTypeSignatures #-} {-# LANGUAGE GADTs #-} module ExtraConstraints2 where foo :: _ => String foo = "x" -- No extra constraints