Skip to content

Commit

Permalink
remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Nov 20, 2024
1 parent c5c9a31 commit 2ff610a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Juvix/Compiler/Concrete/Translation/FromSource.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,6 @@ getPragmas = P.lift $ do
typeSig :: (Members '[ParserResultBuilder, PragmasStash, Error ParserError, JudocStash] r) => SigOptions -> ParsecS r (TypeSig 'Parsed)
typeSig opts = P.label "<type signature>" $ do
_typeSigArgs <- many (parseArg opts)
-- let _typeSigArgs :: [SigArg 'Parsed] = []
_typeSigColonKw <-
Irrelevant
<$> if
Expand Down

0 comments on commit 2ff610a

Please sign in to comment.