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