data Format = FInt Format | FString Format | FOther Char Format | FEnd
data FormatPart = FInt | FString | FOther Char type Format = List FormatPart