Skip to content

Commit

Permalink
Update brat/Brat/Checker/Monad.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Lawrence <[email protected]>
  • Loading branch information
croyzor and acl-cqc authored Dec 3, 2024
1 parent c4ebd8c commit 991e0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brat/Brat/Checker/Monad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ handler (Req s k) ctx g
RemoveHope e -> let hset = hopeSet ctx in
if M.member e hset
then handler (k ()) (ctx { hopeSet = M.delete e hset }) g
else Left (dumbErr (InternalError ("Trying to remove hole not in set: " ++ show e)))
else Left (dumbErr (InternalError ("Trying to remove Hope not in set: " ++ show e)))

type Checking = Free CheckingSig

Expand Down

0 comments on commit 991e0dc

Please sign in to comment.