aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/compiler/default/phase/extension/synthesis.lux
blob: d907808a895cd8283289a052adef0771f0969498 (plain)
1
2
3
4
5
6
7
8
9
10
(.module:
  [lux #*
   [data
    [text]
    [collection ["dict" dictionary (#+ Dictionary)]]]]
  [//])

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