Home
last modified time | relevance | path

Searched refs:isCommonCommand (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs462 when (isCommonCommand $ getUnquotedLiteral assignmentTerm) $
465 isCommonCommand (Just s) = s `elem` commonCommands function
466 isCommonCommand _ = False function