[racket] Prefix multiple provides

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu May 19 10:35:50 EDT 2011

This should work:

  (provide (prefix-out x: (combine-out x1 x2 x3)))


2011/5/19 José Lopes <jose.lopes at ist.utl.pt>:
> Hello,
>
> Is there a way of prefixing out multiple definitions?
>
>    (provide
>        (prefix-out x: x1 x2 x3 ...))
>
> Regards,
> José Lopes
>
> --
> José António Branquinho de Oliveira Lopes
> 58612 - MEIC-A
> jose.lopes at ist.utl.pt
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.