Christopher Atkins

Results 3 comments of Christopher Atkins

Not a Suave expert, but if I understand correctly, you simply want something like: ```fsharp let apiPath = ((+) "/api") >> path ``` So you can do ```fsharp choose [...

The generated file is: ``` csharp // ------------------------------------------------------------------------------ // // This code was generated by a tool. // Mono Runtime Version: 4.0.30319.17020 // // Changes to this file may cause...

FWIW, neither the output above nor the output listed in #68 contain any specific parsing errors from [the error handling code in FSharp.Formatting](https://github.com/tpetricek/FSharp.Formatting/blob/master/src/Common/Razor.fs#L86)