Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stdlib: Split out tests | Louis Pilfold | 2019-04-14 |
| | |||
* | Custom error types over unit | Louis Pilfold | 2019-03-16 |
| | |||
* | Erase directly called capture funs | Louis Pilfold | 2019-03-15 |
| | |||
* | Remove unnecessary `let _ =` from Gleam | Louis Pilfold | 2019-03-12 |
| | |||
* | list:flatten, list:append, test iodata | Louis Pilfold | 2019-03-12 |
| | |||
* | Compile stdlib | Louis Pilfold | 2019-03-02 |
| | |||
* | Attempt to compile stdlib | Louis Pilfold | 2019-02-02 |
| | |||
* | assert -> expect | Louis Pilfold | 2018-10-27 |
| | | | | | assert can be useful keyword later for turning off exhaustiveness checking. | ||
* | EQ -> Eq | Louis Pilfold | 2018-10-18 |
| | |||
* | Examples use -> | Louis Pilfold | 2018-10-14 |
| | |||
* | un-namespace enum constructors | Louis Pilfold | 2018-10-13 |
| | |||
* | Lowercase module names | Louis Pilfold | 2018-10-12 |
This change has a few benefits: - Module names will be easier to call from Erlang, Elixir, etc. - We can now import (for example) the `result` module and the `Result` type and not have ambiguity as to which we mean in the code. |