chore(tests/lean/sig2): remove unnecessary parenthesis from test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c9b72df34b
commit
413391b2b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ check sig x : Nat, x > 0
|
|||
check tuple 10, 20
|
||||
check tuple 10, true
|
||||
check tuple true, 20
|
||||
check tuple (Bool # Nat) : true, 20
|
||||
check tuple Bool # Nat : true, 20
|
||||
check tuple true, true
|
||||
check tuple Bool ⨯ Bool : true, true
|
||||
variable a : Nat
|
||||
|
|
Loading…
Reference in a new issue