cbc81ea6c5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
10 lines
141 B
Text
10 lines
141 B
Text
import logic
|
||
|
||
variable N : Type
|
||
variable α : N
|
||
variable β₁ : N
|
||
check β₁
|
||
variable δ : N
|
||
check δ
|
||
variable δ₁₁ : N
|
||
check δ₁₁
|