peakachu-0.3.0: Experiemental library for composable interactive programs

FRP.Peakachu.Backend.StdIO

Description

A Peakachu backend to write output to the console

Synopsis

Documentation

interactB :: Backend String StringSource

The Peakachu equivalent to interact. Prints all output lines from the program, and feeds input lines from the user to the program.