2 lines
66 B
Text
2 lines
66 B
Text
|
|
public int factorial_iter2(int n) = (1 | it*e | int e <- [1..n]);
|