19 lines
		
	
	
		
			389 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			389 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
name = "aristotle"
 | 
						|
version = "0.1.0"
 | 
						|
keywords = ["math"]
 | 
						|
defaultTargets = ["Aristotle"]
 | 
						|
 | 
						|
[leanOptions]
 | 
						|
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
 | 
						|
relaxedAutoImplicit = false
 | 
						|
weak.linter.mathlibStandardSet = true
 | 
						|
maxSynthPendingDepth = 3
 | 
						|
 | 
						|
[[require]]
 | 
						|
name = "mathlib"
 | 
						|
scope = "leanprover-community"
 | 
						|
rev = "d62eab0cc36ea522904895389c301cf8d844fd69"
 | 
						|
 | 
						|
[[lean_lib]]
 | 
						|
name = "Aristotle"
 |