Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
10
Task/Catamorphism/Refal/catamorphism.refal
Normal file
10
Task/Catamorphism/Refal/catamorphism.refal
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
$ENTRY Go {
|
||||
, 1 2 3 4 5 6 7: e.List
|
||||
= <Prout <Reduce Add e.List>>
|
||||
<Prout <Reduce Mul e.List>>;
|
||||
};
|
||||
|
||||
Reduce {
|
||||
s.F t.I = t.I;
|
||||
s.F t.I t.J e.X = <Reduce s.F <Mu s.F t.I t.J> e.X>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue