aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/synthesis.lux
blob: c48f3e3a5d7efbd26cf824eb8979b41cd1d3bef0 (plain)
1
2
3
4
5
6
7
8
9
(.module:
  lux
  (lux (data [text]
             (coll (dictionary ["dict" unordered #+ Dict]))))
  [//])

(def: #export defaults
  (Dict Text //.Synthesis)
  (dict.new text.Hash<Text>))