trivial/function/no-colon.rkt
ben 04835b5339 [6.4] move package to toplevel
Because pkgs.racket-lang doesn't seem to accept paths like
  .../repo.git#branch?tag

So I'm trying to remove the ?tag
2016-04-09 09:39:33 -04:00

8 lines
135 B
Racket

#lang typed/racket/base
(provide (all-from-out trivial/function))
(require (rename-in trivial/function
[map: map]
[curry: curry]))