Skip to content

Commit 0c7ca45

Browse files
committed
fix debug
1 parent 9fb878b commit 0c7ca45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Compiler/Optimize/Optimizer.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ open Internal.Utilities.Collections
99
open Internal.Utilities.Library
1010
open Internal.Utilities.Library.Extras
1111
open FSharp.Compiler
12+
open FSharp.Compiler.AbstractIL.Diagnostics
1213
open FSharp.Compiler.AbstractIL.IL
1314
open FSharp.Compiler.AttributeChecking
1415
open FSharp.Compiler.CompilerGlobalState
1516
open FSharp.Compiler.DiagnosticsLogger
1617
open FSharp.Compiler.Text.Range
1718
open FSharp.Compiler.Syntax.PrettyNaming
1819
open FSharp.Compiler.Syntax
20+
open FSharp.Compiler.SyntaxTreeOps
1921
open FSharp.Compiler.TcGlobals
2022
open FSharp.Compiler.Text
23+
open FSharp.Compiler.Text.Layout
24+
open FSharp.Compiler.Text.LayoutRender
25+
open FSharp.Compiler.Text.TaggedText
2126
open FSharp.Compiler.TypedTree
2227
open FSharp.Compiler.TypedTreeBasics
2328
open FSharp.Compiler.TypedTreeOps
29+
open FSharp.Compiler.TypedTreeOps.DebugPrint
2430
open FSharp.Compiler.TypedTreePickle
2531
open FSharp.Compiler.TypeHierarchy
2632
open FSharp.Compiler.TypeRelations

0 commit comments

Comments
 (0)