diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-05-14 18:24:55 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-05-21 15:45:05 +0200 |
commit | c957cb3887aaadffa75b5bb70f12e79edc841396 (patch) | |
tree | 02522c5d107a4a7b15fec052f4ec899aad83e383 /lib/compiler/src/compiler.app.src | |
parent | 59874c674221bfa2090cc8ebeaf8bd7b0a08c274 (diff) | |
download | otp-c957cb3887aaadffa75b5bb70f12e79edc841396.tar.gz otp-c957cb3887aaadffa75b5bb70f12e79edc841396.tar.bz2 otp-c957cb3887aaadffa75b5bb70f12e79edc841396.zip |
compiler: Add cerl_sets module
A sets implementation based on maps.
Diffstat (limited to 'lib/compiler/src/compiler.app.src')
-rw-r--r-- | lib/compiler/src/compiler.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/compiler.app.src b/lib/compiler/src/compiler.app.src index 2a40c1c379..3076400f58 100644 --- a/lib/compiler/src/compiler.app.src +++ b/lib/compiler/src/compiler.app.src @@ -45,6 +45,7 @@ cerl, cerl_clauses, cerl_inline, + cerl_sets, cerl_trees, compile, core_scan, |