Skip to content

Commit

Permalink
should be working on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marklemay committed Apr 11, 2024
1 parent c6f115a commit 1290109
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Dynamic/Norm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,6 @@ 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 1290109

Please sign in to comment.