aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/model.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/type/model.lux')
-rw-r--r--stdlib/source/lux/type/model.lux1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/source/lux/type/model.lux b/stdlib/source/lux/type/model.lux
index 0914cfdf1..c4e9873d3 100644
--- a/stdlib/source/lux/type/model.lux
+++ b/stdlib/source/lux/type/model.lux
@@ -155,6 +155,7 @@
model-declaration (` ((~ (code;local-symbol name)) (~@ type-varsC)))
representation-declaration (` ((~ hidden-name) (~@ type-varsC)))]
(wrap (list& (` (type: (~@ (csw;export export)) (~ model-declaration)
+ (~ (csw;annotations annotations))
(host (~ hidden-name))))
(` (type: (~@ (csw;export export)) (~ representation-declaration)
(~ representation-type)))