diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-03-12 18:30:12 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-03-12 18:32:51 +0000 |
commit | 80a8083b143eaa24218ec5fda16f947658fb823d (patch) | |
tree | 32b64f2327e30270e0f2126ee0f80363956d4527 /gen/bool.erl | |
parent | 2a7d9061e4ec9c763053b078db2d98400bd08dd5 (diff) | |
download | gleam_stdlib-80a8083b143eaa24218ec5fda16f947658fb823d.tar.gz gleam_stdlib-80a8083b143eaa24218ec5fda16f947658fb823d.zip |
Compile map module
Diffstat (limited to 'gen/bool.erl')
-rw-r--r-- | gen/bool.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen/bool.erl b/gen/bool.erl index 9024a16..8b9c1c4 100644 --- a/gen/bool.erl +++ b/gen/bool.erl @@ -1,4 +1,5 @@ -module(bool). +-compile(no_auto_import). -include_lib("eunit/include/eunit.hrl"). -export([max/2, min/2, to_int/1]). |