aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension.lux
blob: 8ebacd941f67fdbc8a8bbc0c289de7193deb0655 (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))