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

(def: #export bundle
  Bundle
  common.bundle)