Default to 3 decimals
This commit is contained in:
		@@ -63,7 +63,7 @@ formatDependencyTrees = T.concat . (formatDependencyTrees' "")
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        formatUToken = \case
 | 
					        formatUToken = \case
 | 
				
			||||||
          UToken i ->
 | 
					          UToken i ->
 | 
				
			||||||
            [ T.pack (printf "%02d" i) ]
 | 
					            [ T.pack (printf "%03d" i) ]
 | 
				
			||||||
          UTupleToken (a, b) ->
 | 
					          UTupleToken (a, b) ->
 | 
				
			||||||
            concat [ [ "tup(" ]
 | 
					            concat [ [ "tup(" ]
 | 
				
			||||||
                   , formatUToken a
 | 
					                   , formatUToken a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user