record SrcLoc : TypeA source file location (file path, line, column). Line and column
are 0-indexed (matching Idris 2's FC representation).
Show SrcLoc.file : SrcLoc -> Stringfile : SrcLoc -> String.line : SrcLoc -> Intline : SrcLoc -> Int.col : SrcLoc -> Intcol : SrcLoc -> IntfcToSrcLoc : FC -> SrcLocConvert an Idris 2 FC to a SrcLoc.