diff options
author | Eduardo Julian | 2022-06-15 22:39:01 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-15 22:39:01 -0400 |
commit | 24986506e8beb5074f6aca048506389e90e196bd (patch) | |
tree | 0a8cb4b806c9dce44c58d57a3d1a4c8020da4dc9 /stdlib/source/test | |
parent | 38328f38b6904a884411835afa0066d0f9c503e7 (diff) |
De-sigil-ification: suffix : [Part 12]
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux/type/primitive.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/type/primitive.lux b/stdlib/source/test/lux/type/primitive.lux index dd544ceb8..c2be544ed 100644 --- a/stdlib/source/test/lux/type/primitive.lux +++ b/stdlib/source/test/lux/type/primitive.lux @@ -48,16 +48,16 @@ (with_expansions [no_current! (..with_no_active_frames (..current)) no_specific! (..with_no_active_frames (..specific))] - (/.primitive: (g!Foo a) + (/.primitive (g!Foo a) Text - (/.primitive: (g!Bar a) + (/.primitive (g!Bar a) Nat (def: .public test Test (<| (_.covering /._) - (_.for [/.primitive:]) + (_.for [/.primitive]) (do random.monad [expected_foo (random.lower_case 5) expected_bar random.nat] |