filediff-0.1.0.8: Diffing and patching module

Safe HaskellNone
LanguageHaskell2010

Filediff.Printing

Description

A module for printing Filediff data types to the console.

Synopsis

Documentation

printDiff :: Diff -> IO () Source

Prints a Diff. Prints with colors and some formatting.

printFilediff :: Filediff -> IO () Source

Prints a Filediff. Prints with colors and some formatting.

printSeqdiff :: SeqDiff Line -> IO () Source

Prints a SeqDiff Line. Prints with colors and some formatting.