aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test.milch
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test.milch')
-rw-r--r--examples/test.milch6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/test.milch b/examples/test.milch
index d8d0077..a8225b1 100644
--- a/examples/test.milch
+++ b/examples/test.milch
@@ -1,11 +1,7 @@
-(import "stdlib/common.milch")
+(import "core/common")
(map (+ 1) [1 2 3])
-
(foldr + 0 [1 2 3])
-
(filter is-even [0 1 2 3 4 5])
-
(reverse [1 2 3])
-
(pipe 10 [(+ 1) (+ 2)])