filediff-2.0.0: 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.

printListdiff :: ListDiff Line -> IO () Source

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