aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2015-05-14 08:23:10 -0400
committerEduardo Julian2015-05-14 08:23:10 -0400
commitc4ac3e692ae96d6898d8efb42faf4dfadd43f4ae (patch)
treed6d33dd608fb73cb753d412f43efcfe70a97b22e /source/program.lux
parent279598fd1d5aace000231e4e85e5f9967634ce81 (diff)
- Removed the apparently unnecessary total-locals.
Diffstat (limited to '')
-rw-r--r--source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/program.lux b/source/program.lux
index 20f7863ab..a9451580f 100644
--- a/source/program.lux
+++ b/source/program.lux
@@ -1,4 +1,4 @@
-(;alias-lux)
+(;lux)
(def (filter p xs)
(All [a] (-> (-> a Bool) (List a) (List a)))