mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
🔥 an apparently redundant $!.
This commit is contained in:
parent
c16e75c670
commit
e7e0e5c01c
@ -21,7 +21,7 @@ termAssignment
|
||||
termAssignment source (_ :. category :. _ :. Nil) children allChildren
|
||||
| category `elem` operators = do
|
||||
allChildren' <- allChildren
|
||||
pure $! Just (S.Operator allChildren')
|
||||
pure (Just (S.Operator allChildren'))
|
||||
| otherwise = pure $! Just $ case (category, children) of
|
||||
(Return, _) -> S.Return children
|
||||
(Assignment, [ identifier, value ]) -> S.Assignment identifier value
|
||||
|
Loading…
Reference in New Issue
Block a user