From 7d4474231711979273b3632b57b06a796a5a55bd Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sun, 18 Aug 2019 11:47:48 -0700 Subject: [PATCH] reintroduce definition of fork; it doesn't shadow func(fork, ...). --- thun/gnu-prolog/defs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/thun/gnu-prolog/defs.txt b/thun/gnu-prolog/defs.txt index ffc698f..039ecd2 100644 --- a/thun/gnu-prolog/defs.txt +++ b/thun/gnu-prolog/defs.txt @@ -22,6 +22,7 @@ dupdd == [dup] dipd dupdipd == dup dipd enstacken == stack [clear] dip flatten == [] swap [concat] step +fork == [i] app2 fourth == rest third gcd == true [tuck mod dup 0 >] loop pop grabN == [] swap [cons] times