io

object io

This module contains utilities to have parsers interact with IO, including the very useful parseFromFile method (exposed by ParseFromIO)

This module contains utilities to have parsers interact with IO, including the very useful parseFromFile method (exposed by ParseFromIO)

Since

3.0.0

class Object
trait Matchable
class Any

Type members

Classlikes

final class ParseFromIO[P, +A](p: P)(con: P => Parsley[A])

This class exposes a method of running parsers from a file.

This class exposes a method of running parsers from a file.

Value Params
con

A conversion (if required) to turn p into a parser

p

The parser which serves as the method receiver

Version

3.0.0