aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/common_lisp/extension.lux
blob: ebdd43f893f48d7f65fbb8f3c7b61f87c7b04fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(.module:
  [library
   [lux "*"
    [data
     [collection
      ["[0]" dictionary]]]]]
  [//
   [runtime {"+" [Bundle]}]]
  [/
   ["[0]" common]])

(def: .public bundle
  Bundle
  common.bundle)