Type Definition TypeWhile
lib:: parsers:: flow
type TypeWhile = Repeat<Satisfy<Try<Any, u8>, u8>, u8>;