Skip to content

Instantly share code, notes, and snippets.

@tpetricek
Created March 10, 2015 23:08
Show Gist options
  • Save tpetricek/a1e3d68286daf8fc8b7e to your computer and use it in GitHub Desktop.
Save tpetricek/a1e3d68286daf8fc8b7e to your computer and use it in GitHub Desktop.
#load "C:/tomas/public/deedle/bin/deedle.fsx"
open Deedle
let ``,`` () =
series [0 => 0.0] |> Stats.sum |> ignore
@tpetricek
Copy link
Author

The F# Interactive says:

Microsoft (R) F# Interactive version 12.0.30815.
(...)

[Loading C:\tomas\public\deedle\bin\deedle.fsx]
namespace FSI_0002
error FS0192: internal error: binding null type in envBindTypeRef: ,@4

@KevinRansom
Copy link

tomas look at the version number, that was the august dev 12 oob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment