Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Apr 18, 2024
1 parent a76bbe2 commit 333be40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Juvix/Compiler/Concrete/Translation/FromSource.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ fromSource ::
Sem r ParserResult
fromSource e = mapError (JuvixError @ParserError) $ do
(_resultParserState, _resultModule) <-
runParserResultBuilder mempty $
evalTopNameIdGen defaultModuleId $
runReader e getParsedModuleTop
runParserResultBuilder mempty
. evalTopNameIdGen defaultModuleId
. runReader e
$ getParsedModuleTop
return ParserResult {..}
where
getParsedModuleTop ::
Expand Down

0 comments on commit 333be40

Please sign in to comment.