succeed: 'succeed' is based on the empty string symbol in the BNF...

Description Usage Arguments Examples

Description

succeed is based on the empty string symbol in the BNF notation The succeed parser always succeeds, without actually consuming any input string. Since the outcome of succeed does not depend on its input, its result value must be pre-detemined, so it is included as an extra parameter.

Usage

1
succeed(string)

Arguments

string

the result value of succeed parser

Examples

1
succeed("1") ("abc")

Ramble documentation built on May 1, 2019, 7:17 p.m.