===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xmonad-0.15/src/XMonad/Core.hs-666-      else return True
xmonad-0.15/src/XMonad/Core.hs:667: where getModTime f = E.catch (Just <$> getModificationTime f) (\(SomeException _) -> return Nothing)
xmonad-0.15/src/XMonad/Core.hs-668-       isSource = flip elem [".hs",".lhs",".hsc"] . takeExtension
##############################################
xmonad-0.15/tests/Instances.hs-113---
xmonad-0.15/tests/Instances.hs:114:-- n <- arbitrary `suchThat` \n' -> not $ n' `tagMember` x
xmonad-0.15/tests/Instances.hs-115-arbitraryTag :: T -> Gen Tag
##############################################
xmonad-0.15/tests/Instances.hs-133---
xmonad-0.15/tests/Instances.hs:134:--   n <- arbitrary `suchThat` \n' -> not $ n `member` x
xmonad-0.15/tests/Instances.hs-135-arbitraryWindow :: NonEmptyWindowsStackSet -> Gen Window
##############################################
xmonad-0.15/tests/Properties/Focus.hs-72-prop_focusWindow_identity (x::T ) = do
xmonad-0.15/tests/Properties/Focus.hs:73:    n <- arbitrary `suchThat` \n' -> not $ n' `member` x
xmonad-0.15/tests/Properties/Focus.hs-74-    return $ focusWindow n x == x
##############################################
xmonad-0.15/tests/Properties/GreedyView.hs-21-prop_greedyView_current_id (x :: T) = do
xmonad-0.15/tests/Properties/GreedyView.hs:22:  n <- arbitrary `suchThat` \n' -> not $ n' `tagMember` x
xmonad-0.15/tests/Properties/GreedyView.hs-23-  return $ currentTag (greedyView n x) == currentTag x
##############################################
xmonad-0.15/tests/Properties/Insert.hs-28-prop_insert_local (x :: T) = do
xmonad-0.15/tests/Properties/Insert.hs:29:  i <- arbitrary `suchThat` \i' -> not $ i' `member` x
xmonad-0.15/tests/Properties/Insert.hs-30-  return $ hidden_spaces x == hidden_spaces (insertUp i x)
##############################################
xmonad-0.15/tests/Properties/Insert.hs-40-prop_insert_delete x = do
xmonad-0.15/tests/Properties/Insert.hs:41:  n <- arbitrary `suchThat` \n -> not $ n `member` x
xmonad-0.15/tests/Properties/Insert.hs-42-  return $ delete n (insertUp n y) == (y :: T)
##############################################
xmonad-0.15/tests/Properties/Workspace.hs-31-  o <- arbitraryTag x
xmonad-0.15/tests/Properties/Workspace.hs:32:  n <- arbitrary `suchThat` \n' -> not $ n' `tagMember` x
xmonad-0.15/tests/Properties/Workspace.hs-33-  -- Rename o to n
##############################################
xmonad-0.15/tests/Properties/Workspace.hs-45-prop_ensure_append (x :: T) l = do
xmonad-0.15/tests/Properties/Workspace.hs:46:    n <- arbitrary `suchThat` \n' -> not $ n' `tagMember` x
xmonad-0.15/tests/Properties/Workspace.hs-47-    let ts = tags x
##############################################
xmonad-contrib-0.16/XMonad/Layout/BinarySpacePartition.hs-806-    renderBorders r b''
xmonad-contrib-0.16/XMonad/Layout/BinarySpacePartition.hs:807:  where getCurrFocused = maybe 0 index <$> (withoutFloating <$> getFloating <*> getStackSet)
xmonad-contrib-0.16/XMonad/Layout/BinarySpacePartition.hs-808-
##############################################
xmonad-contrib-0.16/XMonad/Layout/MouseResizableTile.hs-190-draggerGeometry (FixedDragger g d) =
xmonad-contrib-0.16/XMonad/Layout/MouseResizableTile.hs:191:    return (fromIntegral $ g `div` 2, g, fromIntegral $ d `div` 2, d)
xmonad-contrib-0.16/XMonad/Layout/MouseResizableTile.hs-192-draggerGeometry BordersDragger = do
##############################################
xmonad-contrib-0.16/XMonad/Layout/SubLayouts.hs-486-    return $ fromGroups' defl defls st gs (map fst sls)
xmonad-contrib-0.16/XMonad/Layout/SubLayouts.hs:487:        where nextL l = fromMaybe l <$> handleMessage l (SomeMessage NextLayout)
xmonad-contrib-0.16/XMonad/Layout/SubLayouts.hs-488-              iterateM f = iterate (>>= f) . return
##############################################
xmonad-contrib-0.16/debian/find-copyrights.sh-11-	while read f ; do
xmonad-contrib-0.16/debian/find-copyrights.sh:12:		if test `grep -c Copyright $f` -ge 1 ; then
xmonad-contrib-0.16/debian/find-copyrights.sh-13-			echo $f | sed "s|.*XMonad|XMonad|"