blob: d88eda96b1c1b39c78915f310a49c0569bffadf0 (
plain)
1
2
3
4
5
6
7
8
|
{-# LANGUAGE OverlappingInstances #-}
{-# OPTIONS_GHC -w #-} -- Turn off deprecation for OverlappingInstances
-- | Safe, as we now check at overlap occurrence, not definition.
module UnsafeInfered08_A where
g :: Int
g = 1
|