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

Commit 0fe98e6

Browse files
committed
Rename.
1 parent a0ff505 commit 0fe98e6

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
@@ -242,8 +242,8 @@ analyzeFile
242242
-> File term
243243
-> m b )
244244
-> m b
245-
analyzeFile path analyze = do
246-
(src, file) <- parseToTerm path
245+
analyzeFile jsonPath analyze = do
246+
(src, file) <- parseToTerm jsonPath
247247
analyze eval src file
248248

249249
parseToTerm :: (Algebra sig m, MonadIO m) => FilePath -> m (Source.Source, File Term)

0 commit comments

Comments
 (0)