Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
425 B

// (c) Microsoft Corporation. All rights reserved
/// Printer for the abstract syntax.
module Microsoft.FSharp.Compiler.AbstractIL.AsciiWriter
open Microsoft.FSharp.Compiler.AbstractIL
open Microsoft.FSharp.Compiler.AbstractIL.IL
open Microsoft.FSharp.Compiler.AbstractIL.Internal
open System.IO
#if DEBUG
val public output_module : TextWriter -> ILModuleDef -> unit
#endif
val public emit_tailcalls : bool ref