diff options
author | Eduardo Julian | 2018-08-04 10:05:26 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-08-04 10:05:26 -0400 |
commit | 221cf3ea1bd48a8c678d3447558ea94631114ebc (patch) | |
tree | d5b7315718f9ec75576f5026783db5a5c752a6a3 /new-luxc/source/luxc/lang | |
parent | c1f900baea30dbca55489c6afaf80dcfcda8813b (diff) |
Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/host/jvm/def.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/host/jvm/def.lux b/new-luxc/source/luxc/lang/host/jvm/def.lux index 33ded893b..ff31157b0 100644 --- a/new-luxc/source/luxc/lang/host/jvm/def.lux +++ b/new-luxc/source/luxc/lang/host/jvm/def.lux @@ -5,7 +5,7 @@ format] ["." product] [collection - ["a" array] + ["." array (#+ Array)] ["." list ("list/." Functor<List>)]]] ["." host (#+ import: do-to)] ["." function]] |