about summary refs log tree commit diff stats
path: root/js/scripting-lang/scratch_tests/test_curry.txt
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_curry.txt')
-rw-r--r--js/scripting-lang/scratch_tests/test_curry.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/scripting-lang/scratch_tests/test_curry.txt b/js/scripting-lang/scratch_tests/test_curry.txt
deleted file mode 100644
index f3b3661..0000000
--- a/js/scripting-lang/scratch_tests/test_curry.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Curry test */
-
-add_func : x y -> x + y;
-curried : curry @add_func 3 4;
-..out curried; 
\ No newline at end of file