We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b1842 commit 33dcc08Copy full SHA for 33dcc08
hax-lib/proof-libs/lean/Hax/Integers/Ops.lean
@@ -33,7 +33,7 @@ class HaxAdd α where
33
This enables the notation `a -? b : α` where `a : α`, `b : α`. For now, there is
34
no heterogeneous version -/
35
class HaxSub α where
36
- /-- `a -? b` computes the panicking substraction of `a` and `b`.
+ /-- `a -? b` computes the panicking subtraction of `a` and `b`.
37
The meaning of this notation is type-dependent. -/
38
sub : α → α → Result α
39
0 commit comments