git-0.3.0: Git operations in haskell
Data.Git.Diff.Patience
data Item t Source #
An element of a computed difference.
Constructors
Defined in Data.Git.Diff.Patience
Methods
fmap :: (a -> b) -> Item a -> Item b #
(<$) :: a -> Item b -> Item a #
(==) :: Item t -> Item t -> Bool #
(/=) :: Item t -> Item t -> Bool #
showsPrec :: Int -> Item t -> ShowS #
show :: Item t -> String #
showList :: [Item t] -> ShowS #
diff :: Ord t => [t] -> [t] -> [Item t] Source #
The difference between two lists using the patience algorithm