aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-09-19 19:24:09 -0400
committerEduardo Julian2017-09-19 19:24:09 -0400
commit3744a2212a89d4ab0f176350d2d2f90696235a40 (patch)
tree28e9da49deddcb8253fca2ae94f479ba64cb5536 /new-luxc/test/tests.lux
parente6afba3e17f03ed0652d18a26d0f3c053a49e7a5 (diff)
- Function generation.
Diffstat (limited to '')
-rw-r--r--new-luxc/test/tests.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/new-luxc/test/tests.lux b/new-luxc/test/tests.lux
index d07822069..30fab3878 100644
--- a/new-luxc/test/tests.lux
+++ b/new-luxc/test/tests.lux
@@ -21,11 +21,10 @@
(generator ["_;G" primitive]
["_;G" structure]
["_;G" case]
+ ["_;G" function]
(procedure ["_;G" common]))
))
- ## (luxc (generator ["_;G" function]))
)
-## [Program]
(program: args
(test;run))