diff options
author | Eduardo Julian | 2018-06-17 00:27:21 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-06-17 00:27:21 -0400 |
commit | b6ccfc87c52e1a98ead3b04b45bccc119418a4dc (patch) | |
tree | db13d4605a0a3041de6ef2ef5ddc92b766f1a7f3 /stdlib/test | |
parent | bcd3d9ee8f6797f758a2abea98d5cb6a74cc7df0 (diff) |
- Migrated Scheme back-end to stdlib.
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux/lang/synthesis/function.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux/lang/synthesis/function.lux b/stdlib/test/test/lux/lang/synthesis/function.lux index 38a8dd8a2..c7b16de27 100644 --- a/stdlib/test/test/lux/lang/synthesis/function.lux +++ b/stdlib/test/test/lux/lang/synthesis/function.lux @@ -13,8 +13,8 @@ (set ["set" unordered]))) (lang ["///." reference #+ Variable "variable/" Equality<Variable>] ["///." compiler] - [".L" analysis #+ Analysis] - ["//" synthesis #+ Arity Synthesis] + [".L" analysis #+ Arity Analysis] + ["//" synthesis #+ Synthesis] (synthesis [".S" expression]) [".L" extension]) ["r" math/random] |