That is because "Type abbreviations cannot have augmentations", and your EdiIni is a type abbreviation. F# way is to write the following code:

1
2
3
4
5
6
7
module EdiIni

type EdiIni = (string * (string * string) list) list
let getStringValue x sectionName parameterName =
  x
  |> findIniValue sectionName parameterName
  |> truncateSemi
By on 8/14/2011 2:18 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper