packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T9951b.hs

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

module T9951b where

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