@@ -4,7 +4,7 @@
package gigaparsec
func Seq2[In, Out, T, T2 any](
func Seq[In, Out, T, T2 any](
p Parser[In, T],
p2 Parser[In, T2],
f func(T, T2) Out,
The note is not visible to the blocked user.