Rue Saynatkari

Results 4 issues of Rue Saynatkari

Some libraries like io/console and e.g. the extra methods in date are hard to search for because they don't define their own namespace, and aren't distributed as separate libraries. To...

Feature Request

In all likelyhood much more straightforward than the related issue of rvm + rip, but should provide common use/best practices/caveats doc for users.

0.1.0

Sort of a placeholder issue unless this has already been discussed in detail (librelist is being difficult.) There is some obvious overlap, such as rvm's gemsets, and probably less obvious...

0.1.0

```elm module SumTypes.WholeStorySolution exposing (..) type Silly a b = AsA a | AsB b | AlsoAsA a | AsInt Int | AsFloatString Float String | AsBoth a b |...