summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-05-18 14:51:50 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-05-18 14:51:50 +0200
commit0e0168f26743429b7c06db300332ad6fca6533cf (patch)
tree593cc0bdf49bfb870b7458759e63cc96667e2d14 /src
parentca2df6248ed62629b688bb677009d79ae9b51fbc (diff)
Roll back spacing changes for minimal diff
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GF/Compile/GeneratePmcfgPre.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Compile/GeneratePmcfgPre.hs b/src/compiler/GF/Compile/GeneratePmcfgPre.hs
index 770fa8207..6b5d32cd5 100644
--- a/src/compiler/GF/Compile/GeneratePmcfgPre.hs
+++ b/src/compiler/GF/Compile/GeneratePmcfgPre.hs
@@ -569,8 +569,8 @@ evalTerm path (V pt ts) =
do vs <- getAllParamValues pt
case lookup trm (zip vs ts) of
Just t -> evalTerm path t
- Nothing -> ppbug $ "evalTerm: missing value:" <+> trm
- $$ "among:" <+> fsep (map (ppU 10) vs)
+ Nothing -> ppbug $ "evalTerm: missing value:"<+>trm
+ $$ "among:" <+>fsep (map (ppU 10) vs)
evalTerm path (S term sel) = do v <- evalTerm CNil sel
evalTerm (CSel v path) term
evalTerm path (FV terms) = variants terms >>= evalTerm path