author | nipkow |
Thu, 20 Jan 1994 12:38:02 +0100 | |
changeset 245 | faf3de36fdb1 |
parent 244 | 929fc2c63bd0 |
child 246 | e5d184710a0b |
--- a/src/Pure/library.ML Wed Jan 19 17:40:26 1994 +0100 +++ b/src/Pure/library.ML Thu Jan 20 12:38:02 1994 +0100 @@ -288,12 +288,6 @@ fun dec i = i := ! i - 1; -fun square (n:int) = n * n; - -fun fact 0 = 1 - | fact n = n * fact (n - 1); - - (* lists of integers *) (*make the list [from, from + 1, ..., to]*)