Skip to content

Instantly share code, notes, and snippets.

@lexi-lambda
Created January 11, 2015 19:59
Show Gist options
  • Save lexi-lambda/5b1d4679bfcee675cfff to your computer and use it in GitHub Desktop.
Save lexi-lambda/5b1d4679bfcee675cfff to your computer and use it in GitHub Desktop.
require: unknown module module name: #<resolved-module-path:'foo>
#lang racket
(module foo racket
(define x 3)
(provide x))
(local-require 'foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment