We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecfede commit d77b245Copy full SHA for d77b245
1 file changed
src/Data/Patch/MapWithMove.hs
@@ -25,7 +25,7 @@ import qualified Data.Set as Set
25
import Data.These (These(..))
26
import Data.Tuple
27
28
--- | Patch a DMap with additions, deletions, and moves. Invariant: If key @k1@
+-- | Patch a Map with additions, deletions, and moves. Invariant: If key @k1@
29
-- is coming from @From_Move k2@, then key @k2@ should be going to @Just k1@,
30
-- and vice versa. There should never be any unpaired From/To keys.
31
newtype PatchMapWithMove k v = PatchMapWithMove (Map k (NodeInfo k v)) deriving (Show, Eq, Ord, Functor, Foldable, Traversable)
0 commit comments