We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4943f9 commit aa07d27Copy full SHA for aa07d27
test/apps/FSharp.Compatibility/Format.fs.faceup
@@ -849,7 +849,7 @@
849
850
«m:/// »«x:Re-implementation of OCaml's Pervasives.output, since the one in the
851
»«m:/// »«x:F# compatibility library doesn't have the right type signature.
852
-»«k:let» «k:private» «v:output» «v:oc» («v:buf» : «t:string») («v:pos» : «t:int») («v:len» : «t:int») =
+»«k:let» «k:private» «f:output» «v:oc» («v:buf» : «t:string») («v:pos» : «t:int») («v:len» : «t:int») =
853
output_string oc (buf.Substring (pos, len))
854
855
«k:let» «f:pp_set_formatter_out_channel» «v:state» «v:os» =
0 commit comments