diff options
author | Eduardo Julian | 2018-07-04 22:38:56 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-04 22:38:56 -0400 |
commit | 376ed521cd92c2c53f2e9cc3cb16b85b67e2fdea (patch) | |
tree | 338f244cf5e7b53dc43724c826285689481808b5 /new-luxc/test | |
parent | 4bc58162f3d381abf33c936eafc976a2f422258c (diff) |
- Re-named "degree" to "revolution".
Diffstat (limited to '')
-rw-r--r-- | new-luxc/test/test/luxc/lang/analysis/type.lux | 4 | ||||
-rw-r--r-- | new-luxc/test/test/luxc/lang/translation/primitive.lux | 2 |
2 files changed, 3 insertions, 3 deletions
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 |