blob: 2b47c12dcaf6e592e0b16fbfd2824c3b716b62a4 (
plain)
1
2
3
4
5
6
7
8
9
|
(.module:
lux
(lux (data [text]
(coll [dict #+ Dict]))))
(type: #export Cache (Dict Text Module))
(def: #export empty Cache (dict.new text.Hash<Text>))
(def: #export descriptor-name Text "lux_module_descriptor")
|