hls-splice-plugin-1.0.0.3: test/testdata/TQQPat.expected.hs
{-# LANGUAGE QuasiQuotes #-}
module TQQPat where
import QQ
f :: String -> IO ()
f "str" = putStrLn "is str"
f _ = putStrLn " not str"
{-# LANGUAGE QuasiQuotes #-}
module TQQPat where
import QQ
f :: String -> IO ()
f "str" = putStrLn "is str"
f _ = putStrLn " not str"