From 376ed521cd92c2c53f2e9cc3cb16b85b67e2fdea Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 4 Jul 2018 22:38:56 -0400 Subject: - Re-named "degree" to "revolution". --- new-luxc/test/test/luxc/lang/analysis/type.lux | 4 ++-- new-luxc/test/test/luxc/lang/translation/primitive.lux | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'new-luxc/test') diff --git a/new-luxc/test/test/luxc/lang/analysis/type.lux b/new-luxc/test/test/luxc/lang/analysis/type.lux index 3826b1e5d..a026f8df2 100644 --- a/new-luxc/test/test/luxc/lang/analysis/type.lux +++ b/new-luxc/test/test/luxc/lang/analysis/type.lux @@ -39,7 +39,7 @@ [r.bool (+0 "#Bool" (+0)) code.bool] [r.nat (+0 "#Nat" (+0)) code.nat] [r.int (+0 "#Int" (+0)) code.int] - [r.deg (+0 "#Deg" (+0)) code.deg] + [r.rev (+0 "#Rev" (+0)) code.rev] [r.frac (+0 "#Frac" (+0)) code.frac] [(r.text +5) (+0 "#Text" (+0)) code.text] )] @@ -68,7 +68,7 @@ ([#.Bool bool/=] [#.Nat n/=] [#.Int i/=] - [#.Deg d/=] + [#.Rev r/=] [#.Frac f/=] [#.Text text/=]) diff --git a/new-luxc/test/test/luxc/lang/translation/primitive.lux b/new-luxc/test/test/luxc/lang/translation/primitive.lux index 5d368cc60..43886e197 100644 --- a/new-luxc/test/test/luxc/lang/translation/primitive.lux +++ b/new-luxc/test/test/luxc/lang/translation/primitive.lux @@ -19,7 +19,7 @@ [%bool% r.bool %nat% r.nat %int% r.int - %deg% r.deg + %rev% r.rev %frac% r.frac %text% (r.ascii +5)] (`` ($_ seq -- cgit v1.2.3