We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66ed22 commit 65fa950Copy full SHA for 65fa950
prelude2.cog
@@ -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
-
14
~~ easy here - change-of-base formula
15
Def Log as (Let Base; Let X; / Ln Base Ln X);
16
0 commit comments