aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/ffi.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/ffi.jvm.lux')
-rw-r--r--stdlib/source/lux/ffi.jvm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/ffi.jvm.lux b/stdlib/source/lux/ffi.jvm.lux
index 69a9ea5a3..34c33f1d2 100644
--- a/stdlib/source/lux/ffi.jvm.lux
+++ b/stdlib/source/lux/ffi.jvm.lux
@@ -1,5 +1,5 @@
(.module:
- ["." lux (#- Type type int char)
+ ["." lux (#- Type type int char interface:)
["#_." type ("#\." equivalence)]
[abstract
["." monad (#+ Monad do)]