packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T17e.hs

{-# OPTIONS_GHC -fwarn-unused-binds #-}

-- Trac #17

module Temp (foo, bar, quux) where

top :: Int
top = 1

foo :: ()
foo = let True = True in ()

bar :: Int -> Int
bar match = 1

quux :: Int
quux = let local = True
       in 2