Home
last modified time | relevance | path

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

/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/
H A DQuery.hs69 isSyms xs | isBracket xs || isBracketPair xs = False function
70 isSyms (x:xs) = isSym x function
71 isSyms [] = False function
143 | all isSyms ns = (ns, Nothing)