From 2657c9257d024690876ba198ee8340d7c5176962 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Sat, 9 Dec 2023 07:23:21 +0100 Subject: [PATCH] Fix formatting --- src/Visp.Compiler/Syntax/SynWriter.fs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Visp.Compiler/Syntax/SynWriter.fs b/src/Visp.Compiler/Syntax/SynWriter.fs index f013d25..ac2a938 100644 --- a/src/Visp.Compiler/Syntax/SynWriter.fs +++ b/src/Visp.Compiler/Syntax/SynWriter.fs @@ -163,7 +163,8 @@ module Write = let reservedWords = - [ "fun"; "then"; "done"; "val"; "end"; "begin"; "mod"; "to"; "with" ] |> Set.ofList + [ "fun"; "then"; "done"; "val"; "end"; "begin"; "mod"; "to"; "with" ] + |> Set.ofList let escapableChars = [ '?'; '-'; '+'; '*'; '/'; '!'; ':' ] |> Set.ofList