application/octet-stream
•
495 B
•
12 lines
[test/add :type-error [try car [abs]]]
[test/add :type-error [try car [sqrt]]]
[test/add :type-error [try car [cbrt]]]
[test/add :type-error [try car [floor]]]
[test/add :type-error [try car [ceil]]]
[test/add :type-error [try car [round]]]
[test/add :type-error [try car [sin]]]
[test/add :type-error [try car [cos]]]
[test/add :type-error [try car [tan]]]
[test/add :type-error [try car [atan2]]]
[test/add :type-error [try car [atan2 1.0]]]
[test/add :type-error [try car [atan2 1.0 "1.0"]]]