summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.hs
blob: 168d4db2810f4f15e6a0a831d25dfb4309999f4e (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PartialTypeSignatures #-}
{-# LANGUAGE GADTs #-}
module ExtraConstraints2 where

foo :: _ => String
foo = "x"

-- No extra constraints