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

(def: #export bundle
  Bundle
  bundle.empty)