-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathFSharp.Core.xml
71 lines (66 loc) · 3.28 KB
/
FSharp.Core.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8" ?>
<Directives>
<!--
This file is part of RdXmlLibrary project.
Visit https://github.com/kant2002/rdxmllibrary for latest version.
If you have modifications specific to this Nuget package,
please contribute back.
-->
<Application>
<Assembly Name="FSharp.Core">
<!--
This is less developed version then other RD.xml files.
Depending on the sprint usages, these commands would have slight variance.
I think more examples mapped to existing printf commands should be added here.
-->
<Type Name="Microsoft.FSharp.Core.PrintfImpl+Specializations`3[[System.IO.TextWriter,System.Private.CoreLib],[Microsoft.FSharp.Core.Unit,FSharp.Core],[Microsoft.FSharp.Core.Unit,FSharp.Core]]" Dynamic="Required All">
<!-- Pattern for printfn "%f" 1.0 -->
<Method Name="CaptureFinal1" Dynamic="Required">
<GenericArgument Name="System.Double, System.Private.CoreLib" />
</Method>
<Method Name="OneStepWithArg" Dynamic="Required">
<GenericArgument Name="System.Double, System.Private.CoreLib" />
</Method>
<!-- Pattern for printfn "%s %f" "" 3.0 -->
<Method Name="CaptureFinal2" Dynamic="Required">
<GenericArgument Name="System.String, System.Private.CoreLib" />
<GenericArgument Name="System.Double, System.Private.CoreLib" />
</Method>
<Method Name="TwoStepWithArg" Dynamic="Required">
<GenericArgument Name="System.String, System.Private.CoreLib" />
<GenericArgument Name="System.Double, System.Private.CoreLib" />
</Method>
<Method Name="CaptureFinal3" Dynamic="Required">
<GenericArgument Name="System.String, System.Private.CoreLib" />
<GenericArgument Name="System.String, System.Private.CoreLib" />
<GenericArgument Name="System.Double, System.Private.CoreLib" />
</Method>
<!-- Pattern for printfn "%d %s" 3 "" -->
<Method Name="CaptureFinal2" Dynamic="Required">
<GenericArgument Name="System.Int32, System.Private.CoreLib" />
<GenericArgument Name="System.String, System.Private.CoreLib" />
</Method>
<Method Name="TwoStepWithArg" Dynamic="Required">
<GenericArgument Name="System.Int32, System.Private.CoreLib" />
<GenericArgument Name="System.String, System.Private.CoreLib" />
</Method>
<!-- Pattern for printfn "%d" 1 -->
<Method Name="CaptureFinal1" Dynamic="Required">
<GenericArgument Name="System.Int32, System.Private.CoreLib" />
</Method>
<Method Name="OneStepWithArg" Dynamic="Required">
<GenericArgument Name="System.Int32, System.Private.CoreLib" />
</Method>
<!-- Pattern for printfn "%f %d" 3.0 2 -->
<Method Name="CaptureFinal2" Dynamic="Required">
<GenericArgument Name="System.Double, System.Private.CoreLib" />
<GenericArgument Name="System.Int32, System.Private.CoreLib" />
</Method>
<Method Name="TwoStepWithArg" Dynamic="Required">
<GenericArgument Name="System.Double, System.Private.CoreLib" />
<GenericArgument Name="System.Int32, System.Private.CoreLib" />
</Method>
</Type>
</Assembly>
</Application>
</Directives>