blob: 5729d8c6628eef117481b12a257d2b1015f13e1e (
plain)
1
2
3
4
5
6
7
|
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE NoImplicitPrelude #-}
unit p where
signature ShouldFail where
data Either a b c = Left a
unit q where
dependency p[ShouldFail=base:Prelude]
|