Clean up test case
This commit is contained in:
parent
27cbedc7ab
commit
0b86cdc318
@ -1,13 +1,7 @@
|
||||
|
||||
namespace Lib =
|
||||
|
||||
// namespace Internal =
|
||||
// function rev(xs, ys) =
|
||||
// switch(xs)
|
||||
// [] => ys
|
||||
// x :: xs => rev(xs, x :: ys)
|
||||
private
|
||||
function rev(xs, ys) =
|
||||
private function rev(xs, ys) =
|
||||
switch(xs)
|
||||
[] => ys
|
||||
x :: xs => rev(xs, x :: ys)
|
||||
|
Loading…
x
Reference in New Issue
Block a user