Skip to content

Commit

Permalink
quick change
Browse files Browse the repository at this point in the history
  • Loading branch information
TIHan committed Nov 24, 2019
1 parent 521054f commit f9a26d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/LexFilter.fs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Context =
| CtxtModuleBody _ -> "modbody"
| CtxtNamespaceBody _ -> "nsbody"
| CtxtLetDecl(b, p) -> sprintf "let(%b, %s)" b (stringOfPos p)
| CtxtValDecl p -> sprintf "modval(%s)" (stringOfPos p)
| CtxtValDecl p -> sprintf "val(%s)" (stringOfPos p)
| CtxtWithAsLet p -> sprintf "withlet(%s)" (stringOfPos p)
| CtxtWithAsAugment _ -> "withaug"
| CtxtDo _ -> "do"
Expand Down

0 comments on commit f9a26d0

Please sign in to comment.