Skip to content

Commit 8c02417

Browse files
committed
update
1 parent 2b197dd commit 8c02417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/demo1-ja.egi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; 素数の無限列から全ての双子素数をパターンマッチにより抽出
1+
;; 素数の無限リストから全ての双子素数をパターンマッチにより抽出
22
(define $twin-primes
33
(match-all primes (list integer)
44
[<join _ <cons $p <cons ,(+ p 2) _>>>

0 commit comments

Comments
 (0)