Skip to content

Commit d6796cf

Browse files
committed
chore: remove obsolete stdlib shim module
1 parent 29783f3 commit d6796cf

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/FScript.Language/FScript.Language.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<Compile Include="BuiltinTypes.fs" />
3232
<Compile Include="BuiltinSignatures.fs" />
3333
<Compile Include="BuiltinFunctions.fs" />
34-
<Compile Include="Stdlib.fs" />
3534
<Compile Include="TypeInfer.fs" />
3635
<Compile Include="Eval.fs" />
3736
<Compile Include="Pretty.fs" />

src/FScript.Language/IncludeResolver.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ module IncludeResolver =
420420
program
421421
|> List.choose (function | SImport(_, _, span) -> Some span | _ -> None)
422422
|> List.head
423-
raise (ParseException { Message = "Embedded stdlib source does not support 'import'"; Span = importSpan })
423+
raise (ParseException { Message = "Embedded source does not support 'import'"; Span = importSpan })
424424
let prefix = tryGetSourceModulePrefix sourceName
425425
expandProgram dummyRoot fileSpan getOrCreatePrefix loadRef [] false sourceName prefix program
426426

src/FScript.Language/Stdlib.fs

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)