package fluxt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Flux_angstromSource

Sourceval parser : 'a Angstrom.t -> (string, ('a, string option) result) Flux.sink

parser p makes a Flux.sink that consumes bytes to parse them according to p and return the result or an error.