Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource ghc-tree-diff

Common diff algorithm works on list structures: ' diff :: Eq a => [a] -> [a] -> [Edit a] ' This package works on trees. ' treeDiff :: Eq a => Tree a -> Tree a -> Edit (EditTree a) ' This package also provides a way to diff arbitrary ADTs, using 'Generics'-derivable helpers. This package differs from <http://hackage.haskell.org/package/gdiff gdiff>, in a two ways: 'tree-diff' doesn't have patch function, and the "edit-script" is a tree itself, which is useful for pretty-printing. ' >>> prettyEditExpr $ ediff (Foo 42 [True, False] "old") (Foo 42 [False, False, True] "new") Foo {fooBool = [-True, +False, False, +True], fooInt = 42, fooString = -"old" +"new"} '.

Found 1 sites for ghc-tree-diff

Found 13 RPM for ghc-tree-diff

PackageSummaryDistributionDownload
ghc-tree-diff-0.3.0.1-bp156.1.1.aarch64.htmlDiffing of (expression) treesOpenSuSE Leap 15.6 for aarch64ghc-tree-diff-0.3.0.1-bp156.1.1.aarch64.rpm
ghc-tree-diff-0.3.0.1-bp156.1.1.ppc64le.htmlDiffing of (expression) treesOpenSuSE Leap 15.6 for ppc64leghc-tree-diff-0.3.0.1-bp156.1.1.ppc64le.rpm
ghc-tree-diff-0.3.0.1-bp156.1.1.s390x.htmlDiffing of (expression) treesOpenSuSE Leap 15.6 for s390xghc-tree-diff-0.3.0.1-bp156.1.1.s390x.rpm
ghc-tree-diff-0.3.0.1-bp156.1.1.x86_64.htmlDiffing of (expression) treesOpenSuSE Leap 15.6 for x86_64ghc-tree-diff-0.3.0.1-bp156.1.1.x86_64.rpm
ghc-tree-diff-0.2.1.1-bp155.2.14.aarch64.htmlDiffing of (expression) treesOpenSuSE Leap 15.5 for aarch64ghc-tree-diff-0.2.1.1-bp155.2.14.aarch64.rpm
ghc-tree-diff-0.2.1.1-bp155.2.14.ppc64le.htmlDiffing of (expression) treesOpenSuSE Leap 15.5 for ppc64leghc-tree-diff-0.2.1.1-bp155.2.14.ppc64le.rpm
ghc-tree-diff-0.2.1.1-bp155.2.14.s390x.htmlDiffing of (expression) treesOpenSuSE Leap 15.5 for s390xghc-tree-diff-0.2.1.1-bp155.2.14.s390x.rpm
ghc-tree-diff-0.2.1.1-bp155.2.14.x86_64.htmlDiffing of (expression) treesOpenSuSE Leap 15.5 for x86_64ghc-tree-diff-0.2.1.1-bp155.2.14.x86_64.rpm
ghc-tree-diff-0.2.1.1-bp155.2.2.armv7hl.htmlDiffing of (expression) treesOpenSuSE Ports Leap 15.5 for armv7hlghc-tree-diff-0.2.1.1-bp155.2.2.armv7hl.rpm
ghc-tree-diff-0.2.1.1-bp154.1.16.aarch64.htmlDiffing of (expression) treesOpenSuSE Leap 15.4 for aarch64ghc-tree-diff-0.2.1.1-bp154.1.16.aarch64.rpm
ghc-tree-diff-0.2.1.1-bp154.1.16.ppc64le.htmlDiffing of (expression) treesOpenSuSE Leap 15.4 for ppc64leghc-tree-diff-0.2.1.1-bp154.1.16.ppc64le.rpm
ghc-tree-diff-0.2.1.1-bp154.1.16.x86_64.htmlDiffing of (expression) treesOpenSuSE Leap 15.4 for x86_64ghc-tree-diff-0.2.1.1-bp154.1.16.x86_64.rpm
ghc-tree-diff-0.2.1.1-bp154.1.1.armv7hl.htmlDiffing of (expression) treesOpenSuSE Ports Leap 15.4 for armv7hlghc-tree-diff-0.2.1.1-bp154.1.1.armv7hl.rpm

Generated by rpm2html 1.6

Fabrice Bellet