Make item display universal
This commit is contained in:
@@ -126,4 +126,4 @@ numMetaTree' (MTree lab mn bs) = do
|
||||
return $ MTree (is,lab) (mn & nodeMetaTree %~ (\nmt -> evalState (numMetaTree' nmt) (0:is))) bs'
|
||||
|
||||
showIntsString :: ([Int],String) -> String
|
||||
showIntsString (is,s) = foldr1 (++) (intersperse ":" (map show is)) ++ ':':s
|
||||
showIntsString (is,s) = foldr1 (++) (intersperse ":" (map show $ reverse is)) ++ ':':s
|
||||
|
||||
Reference in New Issue
Block a user