Combine

Main entry point for the Combine API.

Summary

parse(input, parser)

Given an input string and a parser, applies the parser to the input string, and returns the results as a list, or an error tuple if an error occurs

Types

Functions

parse(input, parser)

Specs:

Given an input string and a parser, applies the parser to the input string, and returns the results as a list, or an error tuple if an error occurs.