1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

Whitespace tweaks.

This commit is contained in:
Rob Rix 2018-03-26 09:52:37 -04:00
parent b14db1821f
commit 781399de4b

View File

@ -165,6 +165,7 @@ evaluateFilesWithPrelude parser paths = do
entry:xs <- traverse (parseFile parser Nothing) paths entry:xs <- traverse (parseFile parser Nothing) paths
pure $ evaluatesWith @Value prelude xs entry pure $ evaluatesWith @Value prelude xs entry
-- Read and parse a file. -- Read and parse a file.
parseFile :: Parser term -> Maybe FilePath -> FilePath -> IO (Module term) parseFile :: Parser term -> Maybe FilePath -> FilePath -> IO (Module term)
parseFile parser rootDir path = runTask $ do parseFile parser rootDir path = runTask $ do