aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/scheme/extension.lux
blob: eac649c9ccd0a4e12cd48d406cb0f5dde8c7a535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(.using
 [library
  [lux (.except)
   [data
    [collection
     ["[0]" dictionary]]]]]
 [//
  [runtime (.only Bundle)]]
 [/
  ["[0]" common]])

(def .public bundle
  Bundle
  common.bundle)