Results for “Std.Text.Parse.andThen”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Text.Parse.andThen
fn(Std.Text.Parse.Input) -> Result[(A, Std.Text.Parse.Input), Std.Text.Parse.Problem] -> fn(A) -> fn(Std.Text.Parse.Input) -> Result[(B, Std.Text.Parse.Input), Std.Text.Parse.Problem] -> fn(Std.Text.Parse.Input) -> Result[(B, Std.Text.Parse.Input), Std.Text.Parse.Problem]One parser after another, the second chosen by the first's value.
