Closed vanh17 closed 8 years ago
passed. Cool now create more tests then.
More tests: //negetive then let t1c = (thunk (fun () -> -3)) () = -3 // a thunk is itself a function call itself on the fixed input: let t1d = (thunk (fun () -> (fun x -> x * x) 3)) () = 9
passed
Use the tests already in the file tests.