diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/host/jvm/encoding.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/host/jvm/encoding.lux b/stdlib/source/lux/host/jvm/encoding.lux index ca6875eca..203c06560 100644 --- a/stdlib/source/lux/host/jvm/encoding.lux +++ b/stdlib/source/lux/host/jvm/encoding.lux @@ -2,7 +2,7 @@ [lux #* [control [equivalence (#+ Equivalence)] - [parser ("parser/." functor)]] + ["." parser ("#/." functor)]] [data [number ["." i64]] |