File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11// Open the namespace with InteractiveChecker type
2- open System
3- open FSharp.Compiler
42open FSharp.Compiler .SourceCodeServices
53open FSharp.Compiler .QuickParse
64
Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ open System.Diagnostics
77open System.IO
88open System.Reflection
99open System.Runtime .CompilerServices
10- open FSharp.Compiler
1110open FSharp.Compiler .SourceCodeServices
1211open FSharp.Compiler .AbstractIL .IL // runningOnMono
1312open FSharp.Compiler .AbstractIL .Internal .Library
1413open FSharp.Compiler .ErrorLogger
15- open FSharp.Compiler .Range
1614
1715#if RESIDENT_ COMPILER
1816type TypeInThisAssembly () = member x.Dummy = 1
Original file line number Diff line number Diff line change @@ -17,13 +17,11 @@ module internal Sample.FSharp.Compiler.Interactive.Main
1717
1818open System
1919open System.Globalization
20- open System.IO
2120open System.Reflection
2221open System.Threading
2322open System.Windows .Forms
2423
2524open FSharp.Compiler .Interactive .Shell
26- open FSharp.Compiler .Interactive
2725open FSharp.Compiler
2826
2927#nowarn " 55"
Original file line number Diff line number Diff line change 11// Open the namespace with InteractiveChecker type
2- open System
32open FSharp.Compiler .SourceCodeServices
43
54
You can’t perform that action at this time.
0 commit comments