aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/synthesis.lux
blob: 50c9acf01abbe9c9f60bf38d6d582e9982b892bf (plain)
1
2
3
4
5
6
7
8
9
10
11
(.using
  [library
   [lux "*"]]
  [//
   ["[0]" bundle]
   [///
    [synthesis {"+" Bundle}]]])

(def: .public bundle
  Bundle
  bundle.empty)