aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/phase/extension/translation.lux
blob: 232c8c168d12160a6f007d1c09dbd78ed4a0433e (plain)
1
2
3
4
5
6
7
8
9
10
(.module:
  [lux #*]
  [//
   ["." bundle]
   [//
    [translation (#+ Bundle)]]])

(def: #export bundle
  Bundle
  bundle.empty)