Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a0ff505

Browse files
committed
Rename.
1 parent dd1b9f6 commit a0ff505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

semantic-analysis/src/Analysis/Syntax.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ analyzeFile path analyze = do
247247
analyze eval src file
248248

249249
parseToTerm :: (Algebra sig m, MonadIO m) => FilePath -> m (Source.Source, File Term)
250-
parseToTerm path = do
251-
parsed <- runThrow @String (parseFile path)
250+
parseToTerm jsonPath = do
251+
parsed <- runThrow @String (parseFile jsonPath)
252252
either (liftIO . throwIO . ErrorCall) pure parsed

0 commit comments

Comments
 (0)