Skip to content

Commit

Permalink
Modified a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nad committed Mar 15, 2020
1 parent f7c0c35 commit b0f6962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full/Agda/Interaction/InteractionTop.hs
Expand Up @@ -226,7 +226,7 @@ handleCommand wrap onFail cmd = handleNastyErrors $ wrap $ do
return x

-- | Handle every possible kind of error (#637), except for
-- ThreadKilled, which is used to abort Agda.
-- AsyncCancelled, which is used to abort Agda.
handleNastyErrors :: CommandM () -> CommandM ()
handleNastyErrors m = commandMToIO $ \ toIO -> do
let handle e =
Expand Down

0 comments on commit b0f6962

Please sign in to comment.