haskell-language-server-2.7.0.0: plugins/hls-alternate-number-format-plugin/test/testdata/TFindLiteralDoLet.hs
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralDoLet where
doLet :: IO ()
doLet = do
let x = 199
y = 144
pure ()
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralDoLet where
doLet :: IO ()
doLet = do
let x = 199
y = 144
pure ()