parser_gleam
- v0.0.1
Pages
README
Links
Repository
Modules
examples/info_string
fp2/chain_rec
fp2/eq
fp2/function
fp2/list
fp2/monoid
fp2/non_empty_list
fp2/predicate
fp2/semigroup
parser_gleam/char
parser_gleam/parse_result
parser_gleam/parser
parser_gleam/stream
parser_gleam/string
Functions
tail_rec
fp2/chain_rec
Functions
tail_rec
</>
pub fn tail_rec(start_with: a, f: fn(a) -> Result(b, a)) -> b
✨