csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
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
691 B
15 lines
691 B
//==========================================================================
|
|
// (c) Microsoft Corporation 2005-2008. The interface to the module
|
|
// is similar to that found in versions of other ML implementations,
|
|
// but is not an exact match. The type signatures in this interface
|
|
// are an edited version of those generated automatically by running
|
|
// "bin\fsc.exe -i" on the implementation file.
|
|
//===========================================================================
|
|
|
|
/// Compatibility module to display data about exceptions.
|
|
[<OCamlCompatibility>]
|
|
module Microsoft.FSharp.Compatibility.OCaml.Printexc
|
|
|
|
val print: mapping:('a -> 'b) -> 'a -> 'b
|
|
val to_string: exn -> string
|
|
|
|
|