mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Update propaganda.
This commit is contained in:
2
README
2
README
@@ -7,7 +7,7 @@ Motivation:
|
||||
static typing. Enter Haskell.
|
||||
|
||||
If the aim of dwm is to fit in under 2000 lines of C, the aim of
|
||||
xmonad is to fit in under 400 lines of Haskell with similar functionality.
|
||||
xmonad is to fit in under 500 lines of Haskell with similar functionality.
|
||||
|
||||
Building:
|
||||
|
||||
|
@@ -8,7 +8,7 @@ main = do foo <- getContents
|
||||
putStrLn $ show loc
|
||||
-- uncomment the following to check for mistakes in isntcomment
|
||||
-- putStr $ unlines $ actual_loc
|
||||
when (loc > 400) $ fail "Too many lines of code!"
|
||||
when (loc > 500) $ fail "Too many lines of code!"
|
||||
|
||||
isntcomment "" = False
|
||||
isntcomment ('-':'-':_) = False
|
||||
|
Reference in New Issue
Block a user