hls-splice-plugin-1.0.0.2: test/testdata/TQQPatError.hs
{-# LANGUAGE QuasiQuotes #-}
module TQQPatError where
import QQ
f :: () -> IO ()
f [str|str|] = putStrLn "is str"
f _ = putStrLn " not str"
{-# LANGUAGE QuasiQuotes #-}
module TQQPatError where
import QQ
f :: () -> IO ()
f [str|str|] = putStrLn "is str"
f _ = putStrLn " not str"