packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T9951b.hs

{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}

module T9951b where

f :: String -> Bool
f "ab" = True