Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Sep 4, 2024
1 parent 5c4c598 commit 3dafe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptol/TypeCheck/SimpType.hs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tSub x y
{- This assumes that `y` is finite and not error. The first should
follow from the typing on `tSub`, which asserts that the second argument
is finite and less than the first; the second should have been handled
by the first equation above `tOp`. -}
by the first equation above, see `tOp`. -}

| Just 0 <- yNum = x
| Just k <- yNum
Expand Down

0 comments on commit 3dafe2b

Please sign in to comment.