Diego Crespo

Results 3 comments of Diego Crespo

I just ran into this issue using Racket 8.4 when trying to wrap cstrucst in the [racket-raylib library](https://github.com/massung/racket-raylib/blob/main/types.rkt)

I looked into this. Typed Racket has the ability to [handle functions with uniform arity](https://docs.racket-lang.org/ts-guide/types.html#%28part._.Uniform_.Variable-.Arity_.Functions%29). Looking at [flonum.rkt](https://github.com/racket/typed-racket/blob/0236151e3b95d6d39276353cb5005197843e16e4/typed-racket-more/typed/racket/flonum.rkt) it looks like it's just exporting the functions provided in [racket/flonum.rkt](https://github.com/racket/racket/blob/master/racket/collects/racket/flonum.rkt). I'm...

If we use scribble would that mean it would be possible to have executable code blocks within the documentation like Rust's [Documentation tests](https://doc.rust-lang.org/rustdoc/documentation-tests.html)? If so I think that would be...