From 971767f1eafb22208912353d8709f11081f2d3c8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 14 Sep 2021 02:56:22 -0400 Subject: Re-named "Identifier" to "Symbol". --- lux-ruby/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-ruby') diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 59a840169..2b9831d04 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -136,7 +136,7 @@ (monad.each meta.monad (function (_ class) (do meta.monad - [var (macro.identifier "input")] + [var (macro.symbol "input")] (in (code.record (list [var class]))))) input_classes)) -- cgit v1.2.3