Line Module
Functions related to converting between lines indexed at 0 and 1
Functions and values
Function or value |
Description
|
|
Convert a line number from zero-based line counting (used by Visual Studio) to one-based line counting (used internally in the F# compiler and in F# error messages)
|
Convert a line number from one-based line counting (used internally in the F# compiler and in F# error messages) to zero-based line counting (used by Visual Studio)
|