You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis="A library of efficient, purely-functional data structures (API)";
22
+
description="Edison is a library of purely functional data structures written by\nChris Okasaki. It is named after Thomas Alva Edison and for the\nmnemonic value EDiSon (Efficient Data Structures).\nEdison provides several families of abstractions, each with\nmultiple implementations. The main abstractions provided by Edison are:\nSequences such as stacks, queues, and dequeues;\nCollections such as sets, bags and heaps; and\nAssociative Collections such as finite maps and priority queues\nwhere the priority and element are distinct.";
synopsis="A library of efficient, purely-functional data structures (API)";
22
+
description="Edison is a library of purely functional data structures written by\nChris Okasaki. It is named after Thomas Alva Edison and for the\nmnemonic value EDiSon (Efficient Data Structures).\nEdison provides several families of abstractions, each with\nmultiple implementations. The main abstractions provided by Edison are:\nSequences such as stacks, queues, and dequeues;\nCollections such as sets, bags and heaps; and\nAssociative Collections such as finite maps and priority queues\nwhere the priority and element are distinct.";
synopsis="A library of efficient, purely-functional data structures (Core Implementations)";
22
+
description="This package provides the core Edison data structure implementations,\nincluding multiple sequence, set, bag, and finite map concrete\nimplementations with various performance characteristics. The\nimplementations in this package have no dependencies other than those\ncommonly bundled with Haskell compilers.";
description="Digestive functors is a library inspired by formlets:\n\n<http://groups.inf.ed.ac.uk/links/formlets/>\n\nIt is intended to be an improvement of the Haskell formlets library, with as\nmain advantages:\n\n* better error handling, so a web page can display input errors right next\nto the corresponding fields;\n\n* the ability to easily add @\\<label\\>@ elements;\n\n* separation of the validation model and the HTML output.\n\nTutorial:\n<http://github.com/jaspervdj/digestive-functors/blob/master/examples/tutorial.lhs>";
synopsis="Minimalist CI framework to run checks on local machine";
22
+
description="Runs defined jobs, for example to build and test a project, for each git\ncommit in a given set and reports results. The jobs are configured in\na simple YAML file and can produce artifacts to be used in other steps.";
synopsis="MState: A consistent State monad for concurrent applications.";
22
+
description="MState offers a State monad which can be used in concurrent\napplications. It also manages new threads and waits until the\nwhole state monad has been evaluated/executed before it returns\nthe state values (if desired).";
synopsis="An IO library for testing interactive command line programs";
22
+
description="An IO library for testing interactive command line programs\n\nProctest aims to simplify interacting with and testing\nterminal programs, providing convenience functions\nfor starting programs and reading their output.\n\nAll blocking operations support timeouts so that misbehaving\nprograms cannot block your test pipeline.\n\nFind more examples and contribute at\n<https://github.com/nh2/proctest>.";
0 commit comments