aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension.lux
blob: fff364f52708c04e69b7cfafb2b4641fb5eea6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(.module:
  [library
   [lux "*"
    [data
     [collection
      ["[0]" dictionary]]]]]
  [////
   [host
    [jvm {"+" [Bundle]}]]]
  ["[0]" / "_"
   ["[1][0]" common]
   ["[1][0]" host]])

(def: .public bundle
  Bundle
  (dictionary.merged /common.bundle
                     /host.bundle))