From 82c955d5777ecb87b53bafcc658683d5a76e9a3c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 3 Apr 2017 18:18:34 -0400 Subject: - Implemented Int encoding/decoding in the standard library. - Moved some type-constructors for building functor types into the lux/control/functor module. - Renamed Ord to Order. - Renamed Env to Reader. --- luxc/src/lux/compiler/jvm/proc/common.clj | 3 --- 1 file changed, 3 deletions(-) (limited to 'luxc/src/lux/compiler/jvm/proc/common.clj') diff --git a/luxc/src/lux/compiler/jvm/proc/common.clj b/luxc/src/lux/compiler/jvm/proc/common.clj index 5e1fe8a1a..311cbed87 100644 --- a/luxc/src/lux/compiler/jvm/proc/common.clj +++ b/luxc/src/lux/compiler/jvm/proc/common.clj @@ -421,7 +421,6 @@ (.visitMethodInsn Opcodes/INVOKESTATIC "toString" ))]] (return nil))) - ^:private compile-int-encode "java/lang/Long" "(J)Ljava/lang/String;" &&/unwrap-long ^:private compile-real-encode "java/lang/Double" "(D)Ljava/lang/String;" &&/unwrap-double ) @@ -982,8 +981,6 @@ "min-value" (compile-int-min-value compile ?values special-args) "to-nat" (compile-int-to-nat compile ?values special-args) "to-real" (compile-int-to-real compile ?values special-args) - "encode" (compile-int-encode compile ?values special-args) - "decode" (compile-int-decode compile ?values special-args) ) "real" -- cgit v1.2.3