haskell-library
Here are 325 public repositories matching this topic...
-
Updated
Mar 25, 2016 - Haskell
-
Updated
Mar 3, 2019 - Haskell
-
Updated
Aug 3, 2020 - Haskell
-
Updated
Nov 14, 2020 - Haskell
-
Updated
Mar 17, 2020 - Haskell
-
Updated
Nov 4, 2020 - Haskell
-
Updated
Nov 19, 2020 - Haskell
-
Updated
Aug 26, 2020 - Haskell
-
Updated
Feb 19, 2020 - Haskell
-
Updated
Nov 20, 2020 - Haskell
-
Updated
May 26, 2018 - Haskell
-
Updated
Sep 25, 2020 - Haskell
-
Updated
Oct 21, 2020 - Haskell
-
Updated
Jul 16, 2020 - Haskell
-
Updated
Sep 12, 2020 - Haskell
-
Updated
Sep 12, 2020 - Haskell
The moveToKey function is a O(n) search from its current position to the desired key or an error from the end of the object. The succinct data structures make this incredibly fast and the movements are super efficient.
But how efficient this is remains to be measured. Create benchmarks for an increasing in size ordered key object and find out where we run into performance problems by lookin
-
Updated
Sep 29, 2020 - Haskell
I think that for any functor m and clocks cl, cl', all ClSF m cl, SN m cl and Resbuf m cl cl' are instances of Profunctor. This means that we can pre- and postcompose them with pure functions, and that precomposition is contravariant. In arrows, precomposition is known as the (^>>) operator.
To do
- Add dependency of the `profunc
-
Updated
Nov 21, 2020 - Haskell
-
Updated
Nov 26, 2019 - Haskell
-
Updated
Sep 15, 2019 - Haskell
-
Updated
Aug 21, 2020 - Haskell
-
Updated
Oct 14, 2020 - Haskell
-
Updated
Nov 21, 2020 - Haskell
-
Updated
Feb 23, 2020 - Haskell
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Oct 17, 2020 - Haskell
Improve this page
Add a description, image, and links to the haskell-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the haskell-library topic, visit your repo's landing page and select "manage topics."


This seems like it could be easily done using json1. This could be done either as a flagged (off by default) module in
selda-sqliteor as a separateselda-sqlite-json1package.The reason for not including the functionality in
selda-sqliteby default is to avoid pulling in aeson's massive list of dependencies when they're not needed.