It took me the afternoon but I got a LSP working
This commit is contained in:
@@ -3,13 +3,13 @@ module Commons where
|
||||
import System.IO
|
||||
import Text.Read
|
||||
|
||||
type CalibrationLine = String
|
||||
|
||||
type CalibrationLine = String
|
||||
type CalibrationDocument = [CalibrationLine]
|
||||
|
||||
|
||||
parseLine :: IO CalibrationLine
|
||||
parseLine = do line <- getLine
|
||||
return line
|
||||
parseLine = do getLine
|
||||
|
||||
parse :: IO CalibrationDocument
|
||||
parse = do done <- isEOF
|
||||
|
||||
Reference in New Issue
Block a user