Skip to content

Commit 65fa950

Browse files
unused now
1 parent e66ed22 commit 65fa950

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

prelude2.cog

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
~~ helper for from inside ==
2-
Def SameLists as (
3-
Let L1 be List!;
4-
Let L2 be List!;
5-
Do If Empty? L1 then (Empty? L2) else (
6-
Let D1 be the First of L1;
7-
Let D2 be the First of L2;
8-
Do If == D1 D2 then (
9-
SameLists Rest of L1 and Rest of L2
10-
) else False;
11-
);
12-
);
13-
141
~~ easy here - change-of-base formula
152
Def Log as (Let Base; Let X; / Ln Base Ln X);
163

0 commit comments

Comments
 (0)