I'm at beginning with Scheme
. I'm trying to check equality of returning boolean value
(cond [(= (Test number) #t) 1])]
If my test function returns true, my main function should return 1. But I get contract violation error
. Is there anybody could help me?