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

Commit fc41b3b

Browse files
committed
Exceptions hold names.
1 parent fc1b235 commit fc41b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-analysis/src/Analysis/Exception.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Control.Applicative (Alternative (..))
2121
import qualified Data.Foldable as Foldable
2222
import qualified Data.Set as Set
2323

24-
newtype Exception = Exception { exceptionName :: String }
24+
newtype Exception = Exception { exceptionName :: Name }
2525
deriving (Eq, Ord, Show)
2626

2727
-- | Sets whose elements are each a variable or an exception.

0 commit comments

Comments
 (0)