Files
elixir-koans/lib/koans
Jay Hayes c39916df2e Replace pipeline with composed function
At this point, the learner hasn't seen functions, the Enum module, or
the pipe operator, so it feels like a little much to add that here. The
reason it's needed is that the order of keys/1 and values/1 is reverse
of how it's defined. This is due to an implementation detail in Erlang's
maps. We /could/ use this as a learning opportunity rather than sorting
them, but I'm not sure what could be said about that...
2016-05-03 19:31:07 -05:00
..
2016-04-26 21:16:43 +03:00
2016-04-24 10:18:57 +02:00
2016-04-24 10:18:57 +02:00
2016-04-24 10:18:57 +02:00