Fix typos and trailing whitespace

This commit is contained in:
Emil Berg
2024-08-03 08:49:40 +02:00
parent 98b8dc0720
commit 38c5ba7c79
7 changed files with 11 additions and 11 deletions

View File

@@ -490,7 +490,7 @@ build t = do
TA_Binary _ _ a b -> sequentially [a,b]
TA_Expansion _ list -> sequentially list
TA_Sequence _ list -> sequentially list
TA_Parentesis _ t -> build t
TA_Parenthesis _ t -> build t
TA_Trinary _ cond a b -> do
condition <- build cond