This commit is contained in:
voidlizard 2025-01-24 17:07:47 +03:00
parent 661fe8135b
commit b4f8cd8354
1 changed files with 0 additions and 1 deletions

View File

@ -538,7 +538,6 @@ apply "quasiquot" args = do
mkList <$> mapM (evalQQ mempty) args
apply name args' = do
-- notice $ red "APPLY" <+> pretty name
what <- ask >>= readTVarIO <&> HM.lookup name
case bindAction <$> what of