From b1315d6dc1e4bed4a3bf35e8c6f67d88c2aa7b55 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 19 Jul 2018 21:37:31 -0400 Subject: Small fix for Scheme compilation. --- .../source/lux/language/compiler/translation/scheme/runtime.jvm.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/source/lux/language/compiler/translation/scheme/runtime.jvm.lux b/stdlib/source/lux/language/compiler/translation/scheme/runtime.jvm.lux index 8e0d0c270..961a682f2 100644 --- a/stdlib/source/lux/language/compiler/translation/scheme/runtime.jvm.lux +++ b/stdlib/source/lux/language/compiler/translation/scheme/runtime.jvm.lux @@ -21,10 +21,10 @@ [host ["_" scheme (#+ Expression Computation Var)]]]]]) (type: #export Operation - (///.Operation Var Expression)) + (///.Operation Var Expression Expression)) (type: #export Compiler - (///.Compiler Var Expression)) + (///.Compiler Var Expression Expression)) (def: prefix Text "LuxRuntime") -- cgit v1.2.3