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

Commit eecaaa0

Browse files
committed
📝 Exception.
🎩 @patrickt for an excellent observation.
1 parent 91bc1e2 commit eecaaa0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

semantic-analysis/src/Analysis/Exception.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ import Control.Applicative (Alternative (..))
2121
import qualified Data.Foldable as Foldable
2222
import qualified Data.Set as Set
2323

24+
-- | Names of exceptions thrown in the guest language and recorded by this analysis.
25+
--
26+
-- Not to be confused with exceptions thrown in Haskell itself.
2427
newtype Exception = Exception { exceptionName :: Name }
2528
deriving (Eq, Ord, Show)
2629

0 commit comments

Comments
 (0)