Login
7 branches 0 tags
Ben (X13/Arch) Moved racket benchmarks to racket/base ce73b65 3 years ago 808 Commits
nujel / testsuite / type-errors.nuj
[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"]]]