mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Added "λ" pretty printing to python
This commit is contained in:
		
							parent
							
								
									0c16d34eb0
								
							
						
					
					
						commit
						d249c0fd7d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1412,8 +1412,10 @@ class HTMLFormatter(Formatter):
 | 
			
		|||
        ys_pp = group(seq(ys))
 | 
			
		||||
        if a.is_forall():
 | 
			
		||||
            header = "∀"
 | 
			
		||||
        else:
 | 
			
		||||
        elif a.is_exists():
 | 
			
		||||
            header = "∃"
 | 
			
		||||
        else:
 | 
			
		||||
            header = "λ"
 | 
			
		||||
        return group(compose(to_format(header, 1),
 | 
			
		||||
                             indent(1, compose(ys_pp, to_format(" :"), line_break(), body_pp))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue