main.rkt (388B)
1 #lang racket/base 2 ;; Not sure if this file is necessary. For some reason, #lang typed/dotlambda 3 ;; tries to access 4 ;; /home/me/.racket/snapshot/pkgs/alexis-util/typed/dotlambda.rkt 5 ;; unless there's a typed/dotlambda.rkt file. I would have expected the main.rkt 6 ;; file to be selected here, but that's not the case. 7 (require "../dotlambda.rkt") 8 (provide (all-from-out "../dotlambda.rkt"))