empty

fun <S : Any, A : Any> empty(): Parser<S, A>

A parser that always fails.

Return

A parser that returns an empty list.