We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17c3b68 + 464353a commit 550c6d8Copy full SHA for 550c6d8
src/platform.rkt
@@ -1,6 +1,6 @@
1
#lang racket
2
3
-(require herbie/syntax/platforms-language)
4
-(provide (all-from-out herbie/syntax/platforms-language))
+(require "syntax/platforms-language.rkt")
+(provide (all-from-out "syntax/platforms-language.rkt"))
5
(module reader syntax/module-reader
6
- herbie/syntax/platforms-language)
+ "syntax/platforms-language.rkt")
0 commit comments