# HG changeset patch # User HackBot # Date 1383261261 0 # Node ID 5f0851663626c08ec8bfc9ab18c5b6f80dea51da # Parent 6a3e6166db99faf39365fb76381ce0d648553025 sed -i \'1N; s/\\n *//\' wisdom/fun\\ fact diff -r 6a3e6166db99 -r 5f0851663626 wisdom/fun fact --- a/wisdom/fun fact Thu Oct 31 23:14:01 2013 +0000 +++ b/wisdom/fun fact Thu Oct 31 23:14:21 2013 +0000 @@ -1,2 +1,1 @@ -fun fact 0 = 1 - | fact n = n * fact (n - 1) +fun fact 0 = 1| fact n = n * fact (n - 1)