You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Fay/Compiler/Misc.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ findImport alldirs mname = go alldirs mname where
304
304
305
305
stdlibHack
306
306
| mname ==ModuleName"Language.Fay.Stdlib"=\s -> s ++"\n\ndata Maybe a = Just a | Nothing"
307
-
| mname ==ModuleName"Language.Fay.FFI"=const"module Language.Fay.FFI where\n\ndata Nullable a = Nullable a | Null\n\ndata Defined a = Defined a | Undefined"
307
+
| mname ==ModuleName"Fay.FFI"=const"module Fay.FFI where\n\ndata Nullable a = Nullable a | Null\n\ndata Defined a = Defined a | Undefined"
0 commit comments