Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Dec 21, 2024
1 parent ee66618 commit fa57d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
int32) = ( 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 )
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.mresource public FSharpSignatureCompressedData.assembly
{


}
.mresource public FSharpOptimizationCompressedData.assembly
{


}
.module assembly.exe

Expand All @@ -40,13 +30,13 @@



.class public abstract auto ansi sealed Decimal_comparison_RealInternalSignatureOff
.class public abstract auto ansi sealed Decimal_comparison
extends [runtime]System.Object
{
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 )
}

.class private abstract auto ansi sealed '<StartupCode$assembly>'.$Decimal_comparison_RealInternalSignatureOff
.class private abstract auto ansi sealed '<StartupCode$assembly>'.$Decimal_comparison
extends [runtime]System.Object
{
.field static assembly int32 init@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
int32) = ( 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 )
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.mresource public FSharpSignatureCompressedData.assembly
{


}
.mresource public FSharpOptimizationCompressedData.assembly
{


}
.module assembly.exe

Expand All @@ -40,7 +30,7 @@



.class public abstract auto ansi sealed Decimal_comparison_RealInternalSignatureOn
.class public abstract auto ansi sealed Decimal_comparison
extends [runtime]System.Object
{
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 )
Expand All @@ -49,8 +39,8 @@

.maxstack 8
IL_0000: ldc.i4.0
IL_0001: stsfld int32 '<StartupCode$assembly>'.$Decimal_comparison_RealInternalSignatureOn::init@
IL_0006: ldsfld int32 '<StartupCode$assembly>'.$Decimal_comparison_RealInternalSignatureOn::init@
IL_0001: stsfld int32 '<StartupCode$assembly>'.$Decimal_comparison::init@
IL_0006: ldsfld int32 '<StartupCode$assembly>'.$Decimal_comparison::init@
IL_000b: pop
IL_000c: ret
}
Expand Down Expand Up @@ -250,7 +240,7 @@

}

.class private abstract auto ansi sealed '<StartupCode$assembly>'.$Decimal_comparison_RealInternalSignatureOn
.class private abstract auto ansi sealed '<StartupCode$assembly>'.$Decimal_comparison
extends [runtime]System.Object
{
.field static assembly int32 init@
Expand All @@ -262,7 +252,7 @@
.entrypoint

.maxstack 8
IL_0000: call void Decimal_comparison_RealInternalSignatureOn::staticInitialization@()
IL_0000: call void Decimal_comparison::staticInitialization@()
IL_0005: ret
}

Expand Down

0 comments on commit fa57d9e

Please sign in to comment.