We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f5f1a commit 19cd6daCopy full SHA for 19cd6da
seq-zipper.nix
@@ -13,6 +13,6 @@ mkDerivation {
13
nonempty-containers
14
];
15
homepage = "https://github.com/emeinhardt/seq-zipper";
16
- description = "A non-empty comonadic Seq zipper";
+ description = "A non-empty comonadic zipper backed by Data.Sequence.";
17
license = lib.licenses.mit;
18
}
0 commit comments