aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/jvm/extension.lux
blob: b7cc9c9fef2cb2fed5abd51b6816f77dacb3e1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(.module:
  [lux #*
   [data
    [collection
     ["." dictionary]]]]
  ["." / #_
   ["#." common]
   ## ["#." host]
   [//
    [runtime (#+ Bundle)]]])

(def: #export bundle
  Bundle
  ($_ dictionary.merge
      /common.bundle
      ## /host.bundle
      ))