unison-merge-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Merge.HumanDiffOp

Synopsis

Documentation

data HumanDiffOp ref Source #

A diff operation is one of:

  • An add (where nothing was)
  • A delete (of the thing that was)
  • An update (from old to new)
  • A propagated update (from old to new)
  • An alias of some definition(s) on the other side
  • A rename from some definition(s) on the other side

Instances

Instances details
Show ref => Show (HumanDiffOp ref) Source # 
Instance details

Defined in Unison.Merge.HumanDiffOp

Methods

showsPrec :: Int -> HumanDiffOp ref -> ShowS #

show :: HumanDiffOp ref -> String #

showList :: [HumanDiffOp ref] -> ShowS #