Skip to content

Commit

Permalink
restore commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 31, 2024
1 parent c94d0f3 commit c46dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/api/GF/Compile/Compute/Concrete.hs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ getOverload t q = EvalM $ \(Gl gr _) k mt d r msgs -> do
go [] = return (Fail err msgs)
go (tty:ttys) = do res <- k tty mt d r msgs
case res of
Fail _ _ -> return res -- go ttys
Fail _ _ -> go ttys
Success r msgs -> return (Success r msgs)

in go ttys
Expand Down

0 comments on commit c46dd59

Please sign in to comment.