haskell-lsp-0.23.0.0: Haskell library for the Microsoft Language Server Protocol

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.LSP.Utility

Synopsis

Documentation

str2bs :: String -> ByteString Source #

UTF8文字列をByteStringへの変換

bs2str :: ByteString -> String Source #

ByteStringをUTF8文字列への変換

str2lbs :: String -> ByteString Source #

UTF8文字列をLazyByteStringへの変換

lbs2str :: ByteString -> String Source #

LazyByteStringをUTF8文字列への変換

logs :: String -> IO () Source #