Tom Sydney Kerckhove
Tom Sydney Kerckhove
Hi! I found this project a while ago and it's basically the same as the [hastory](https://github.com/NorfairKing/hastory) I made a few years back. The feature set is very similar except you...
Using a non-monadic parser means you cannot case-match on a field to determine what to parse next. BUT we can still use type fields like this: ``` haskell data NSCheck...
The idea here is that sometimes a TUI wants to let the user select a number. A regular text cursor will not do for this purpose, as-is, but a counter...
Current forest and tree promoting and demoting is asymmetric because of the way [`smos`](https://smos.cs-syd.eu/) uses them. In principle, these should be symmetric.
Currently, `aboveNext` and `abovePrev` are asymmetric because of the way smos uses them. In principle, these should be symmetric (with some renames).
The difference between a failing build and a succeeding build is not so big. It would be great if the build could end with a red or a green message.
This seems to be required for all payments , before September 15 2019. Is there any plan to add this? How can I help?
The docs say: > O(m+n) > [...] > In (unlikely) bad cases, this function's time complexity degrades towards O(n*m). How unlikely are these bad cases? In any case the O(m+n)...
This should include all the options for what can be parsed. More info here: https://github.com/NorfairKing/fuzzy-time/blob/master/fuzzy-time/src/Data/FuzzyTime/Parser.hs