pinned-warnings-0.1.0.0: src/ShowWarnings.hs
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE MultiParamTypeClasses #-}
module ShowWarnings
( ShowWarnings
, showWarnings
) where
class ShowWarnings where
showWarnings :: ()
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE MultiParamTypeClasses #-}
module ShowWarnings
( ShowWarnings
, showWarnings
) where
class ShowWarnings where
showWarnings :: ()