aboutsummaryrefslogtreecommitdiff
path: root/src/bool.gleam
Commit message (Collapse)AuthorAge
* Attempt to compile stdlibLouis Pilfold2019-02-02
|
* assert -> expectLouis Pilfold2018-10-27
| | | | | assert can be useful keyword later for turning off exhaustiveness checking.
* EQ -> EqLouis Pilfold2018-10-18
|
* Examples use ->Louis Pilfold2018-10-14
|
* un-namespace enum constructorsLouis Pilfold2018-10-13
|
* Lowercase module namesLouis Pilfold2018-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.