blob: 9066dd156063ec5056871c2979393596c6e62fdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
(.module:
[lux #*
[data
[collection
["." dictionary]]]]
[////
[host
[jvm (#+ Bundle)]]]
["." / #_
["#." common]
["#." host]])
(def: #export bundle
Bundle
(dictionary.merge /common.bundle
/host.bundle))
|