mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	nit
This commit is contained in:
		
							parent
							
								
									363b69f588
								
							
						
					
					
						commit
						40fe472e95
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1672,9 +1672,8 @@ void ast_manager::add_lambda_def(func_decl* f, quantifier* q) { | |||
| } | ||||
| 
 | ||||
| quantifier* ast_manager::is_lambda_def(func_decl* f) { | ||||
|     if (f->get_info() && f->get_info()->is_lambda()) { | ||||
|     if (f->get_info() && f->get_info()->is_lambda())  | ||||
|         return m_lambda_defs[f]; | ||||
|     } | ||||
|     return nullptr; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue