aboutsummaryrefslogtreecommitdiff
path: root/src/bool.gleam
Commit message (Collapse)AuthorAge
* stdlib: Split out testsLouis Pilfold2019-04-14
|
* Custom error types over unitLouis Pilfold2019-03-16
|
* Erase directly called capture funsLouis Pilfold2019-03-15
|
* Remove unnecessary `let _ =` from GleamLouis Pilfold2019-03-12
|
* list:flatten, list:append, test iodataLouis Pilfold2019-03-12
|
* Compile stdlibLouis Pilfold2019-03-02
|
* 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.