mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
							parent
							
								
									29f0897afc
								
							
						
					
					
						commit
						f645f8d685
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9988,7 +9988,7 @@ class SeqRef(ExprRef):
 | 
			
		|||
    def __getitem__(self, i):
 | 
			
		||||
        if _is_int(i):
 | 
			
		||||
            i = IntVal(i, self.ctx)
 | 
			
		||||
        return SeqRef(Z3_mk_seq_nth(self.ctx_ref(), self.as_ast(), i.as_ast()), self.ctx)
 | 
			
		||||
        return _to_expr_ref(Z3_mk_seq_nth(self.ctx_ref(), self.as_ast(), i.as_ast()), self.ctx)
 | 
			
		||||
 | 
			
		||||
    def at(self, i):
 | 
			
		||||
        if _is_int(i):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue