
Because pkgs.racket-lang doesn't seem to accept paths like .../repo.git#branch?tag So I'm trying to remove the ?tag
8 lines
135 B
Racket
8 lines
135 B
Racket
#lang typed/racket/base
|
|
|
|
(provide (all-from-out trivial/function))
|
|
|
|
(require (rename-in trivial/function
|
|
[map: map]
|
|
[curry: curry]))
|