Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |