Files
elixir-koans/lib
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-23 21:39:22 +01:00
2016-04-27 21:06:26 +01:00
2016-04-26 23:06:05 +01:00