:: [char] -> [char] -> [char] package:hledger

tailDef [12] [] = [12]
tailDef [12] [1,3,4] = [3,4]