mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Whitespace tweaks.
This commit is contained in:
parent
b14db1821f
commit
781399de4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user