haskell-language-server-2.15.0.0: plugins/hls-explicit-record-fields-plugin/test/testdata/UnicodeStrings.hs
{-# LANGUAGE Haskell2010 #-}
module UnicodeStrings where
data MyRec = MyRec
{ αβγa :: String
, count :: Int
}
convertMe :: MyRec
convertMe = MyRec "αβγ" 42