pub fn seq<I: Clone + Ord, II: IntoIterator<Item = Lazy<I>>>( alternatives: II, ) -> Lazy<I>
Accept if and only if each parser accepts in order.