refactor(builtin/Nat): mark constants as opaque
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2e3b92ef36
commit
bdec4c8799
2 changed files with 4 additions and 0 deletions
|
@ -237,6 +237,10 @@ theorem le::antisym {a b : Nat} (H1 : a ≤ b) (H2 : b ≤ a) : a = b
|
|||
... = a + w1 : { symm L2 }
|
||||
... = b : Hw1
|
||||
|
||||
set::opaque add true
|
||||
set::opaque mul true
|
||||
set::opaque le true
|
||||
set::opaque id true
|
||||
set::opaque ge true
|
||||
set::opaque lt true
|
||||
set::opaque gt true
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue