Search code examples
f#fsi

How to undefine in fsi?


I re-defined ref, for example, by mistake. And it replaced the default ref.

Is it possible to remove my definition and restore to the original one without restart?


Solution

  • let ref = Microsoft.FSharp.Core.Operators.ref;;