Skip to content

Commit

Permalink
Update src/Cryptol/TypeCheck/SimpType.hs
Browse files Browse the repository at this point in the history
Typo

Co-authored-by: Ryan Scott <[email protected]>
  • Loading branch information
yav and RyanGlScott authored Sep 4, 2024
1 parent ffe79ce commit b0003e7
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 @@ -116,7 +116,7 @@ tSub x y

| tIsInf x = x
{- This assumes that `y` is finite and not error. The first should
follow from the typing on `tSub`, which asserts that the second argumet
follow from the typing on `tSub`, which asserts that the second argument
is finite and less than the first; the second should have been handleed
by the first equation above `tOp`. -}

Expand Down

0 comments on commit b0003e7

Please sign in to comment.