Pudu programming language
Menu
API reference

Std.Text.Parse.Parser

1 declaration

type

Parser

This declaration introduces a public type.

What it does

A parser: a function from input to a step.

A function rather than a type of its own, so every combinator below is an

ordinary function and a caller can write their own without asking this

module's permission.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Text.ParseSearch related declarations