pure

fun <T> pure(default: T): (Parseable) -> Pair<Parseable, T>

Returns a parser that always succeeds. The result is the unconsumed input and the value passed to this function