Arc Forumnew | comments | leaders | submitlogin
2 points by chaos 5942 days ago | link | parent

    (type 2.0) -> int
Choosing the best possible type for numbers is imho a good thing. And it's (probably) taken directly from mzscheme.

    (type 2.1) -> num
    (integer? 2.0) -> #t