mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
Fix some typos. (#7115)
This commit is contained in:
parent
937d4aa8f4
commit
53f89a81c1
22 changed files with 33 additions and 33 deletions
|
@ -52,7 +52,7 @@
|
|||
)
|
||||
)
|
||||
|
||||
; Transition funcion
|
||||
; Transition function
|
||||
(define-fun body ((f_0 IntValue) (f IntValue) (i_0 IntValue) (i_1 IntValue)(_A (Array IntValue IntValue)) (_x IntValue)) Bool
|
||||
(and
|
||||
(= f (ite (= _x (select _A i_0)) #x00000001 f_0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue