Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 91bc1e2

Browse files
committed
🔥 a FIXME.
1 parent 7ee77a5 commit 91bc1e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

semantic-analysis/src/Analysis/Exception.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ instance (Algebra sig m, Alternative m) => Algebra (Dom ExcSet :+: sig) (ExcC m)
5858
DBool _ -> pure nil
5959
DIf c t e -> fmap (mappend c) <$> runExcC (hdl (t <$ ctx) <|> hdl (e <$ ctx))
6060
DString _ -> pure nil
61-
-- FIXME: return a set indicating a failure with e as the payload
6261
DDie e -> pure $ e <> fromExceptions [Exception n | n <- Set.toList (freeVariables e)] <$ ctx
6362
where
6463
nil = (mempty :: ExcSet) <$ ctx

0 commit comments

Comments
 (0)