From 9449d89f611ba3192373fdeb6848d02707ff1292 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 14 Mar 2019 21:34:51 -0400 Subject: Now allowing the alias of a module to refer to the alias of an ancestor. --- stdlib/source/lux/host/jvm/field.lux | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stdlib/source/lux/host/jvm/field.lux') diff --git a/stdlib/source/lux/host/jvm/field.lux b/stdlib/source/lux/host/jvm/field.lux index 69e0400ea..f40800790 100644 --- a/stdlib/source/lux/host/jvm/field.lux +++ b/stdlib/source/lux/host/jvm/field.lux @@ -15,14 +15,14 @@ ["." row (#+ Row)]]] [type [abstract (#+)]]] - [// + ["." // #_ [encoding (#+)] [modifier (#+ modifiers:)] - ["//." constant (#+ UTF8) - ["//." pool (#+ Pool)]] - ["//." index (#+ Index)] - ["//." attribute (#+ Attribute)] - ["//." descriptor (#+ Descriptor Value)]]) + ["#." constant (#+ UTF8) + ["#/." pool (#+ Pool)]] + ["#." index (#+ Index)] + ["#." attribute (#+ Attribute)] + ["#." descriptor (#+ Descriptor Value)]]) (modifiers: ["0001" public] @@ -62,8 +62,8 @@ (-> Modifier UTF8 (Descriptor (Value Any)) (Row Attribute) (State Pool Field)) (do state.monad - [@name (//pool.utf8 name) - @descriptor (//pool.descriptor descriptor)] + [@name (//constant/pool.utf8 name) + @descriptor (//constant/pool.descriptor descriptor)] (wrap {#modifier modifier #name @name #descriptor @descriptor -- cgit v1.2.3