From e578df2b0b6d4fd751b8656c16efee54363fc121 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 29 Jul 2017 11:17:36 -0400 Subject: - Fuxed a bug when generating module code, where the type-vars were not getting included in the synthesized #;Host type. --- stdlib/source/lux/type/model.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/source/lux/type/model.lux b/stdlib/source/lux/type/model.lux index c4e9873d3..58b6d2fee 100644 --- a/stdlib/source/lux/type/model.lux +++ b/stdlib/source/lux/type/model.lux @@ -156,7 +156,7 @@ representation-declaration (` ((~ hidden-name) (~@ type-varsC)))] (wrap (list& (` (type: (~@ (csw;export export)) (~ model-declaration) (~ (csw;annotations annotations)) - (host (~ hidden-name)))) + (host (~ hidden-name) [(~@ type-varsC)]))) (` (type: (~@ (csw;export export)) (~ representation-declaration) (~ representation-type))) (` (install-casts (~ (code;local-symbol name)) [(~@ type-varsC)])) -- cgit v1.2.3