plait icon indicating copy to clipboard operation
plait copied to clipboard

Results 12 plait issues
Sort by recently updated
recently updated
newest added

Apologies for the slew of module related issues. This is more of an enhancement-request. How hard would it be to support `only-in` for `plait`'s `require` form? The lack of name-hiding...

The following works fine if I replace `#lang plait` with `#lang racket` or `#lang plait #:untyped` ```racket #lang plait (module sub plait #:untyped (define (foo x) x)) (require (submod "."...