Skip to content

Commit

Permalink
branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marklemay committed Apr 11, 2024
1 parent 1290109 commit a2577a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Dynamic/Norm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,9 @@ cbvOrErr (Blame why sameTy) = do
sameTy' <- norm cbvErrNext sameTy -- preffer type errors to term errors
why' <- norm cbvErrNext why
pure $ Blame why' sameTy'
cbvOrErr (C u ev) = do
u' <- norm cbvErrNext u
pure $ (C u' ev)
cbvOrErr e = do
e' <- norm cbvErrNext e

Expand Down

0 comments on commit a2577a0

Please sign in to comment.