haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TQQPatError.expected.hs
{-# LANGUAGE QuasiQuotes #-}
module TQQPatError where
import QQ
f :: () -> IO ()
f "str" = putStrLn "is str"
f _ = putStrLn " not str"
{-# LANGUAGE QuasiQuotes #-}
module TQQPatError where
import QQ
f :: () -> IO ()
f "str" = putStrLn "is str"
f _ = putStrLn " not str"