Merge branch 'master' of pwning.de:/hgraph

Conflicts:
	src/DCB.hs
This commit is contained in:
tpajenka
2013-12-03 01:16:09 +01:00
2 changed files with 21 additions and 7 deletions

View File

@ -107,7 +107,7 @@ createAttr (!input) = createAttr' (T.split (=='\t') input) (Left [])
Left rs -> Left (this : rs)
_ -> next))
-- | checks if a given Text is empty ("", whitespaces)
-- | checks if a given Text is empty (Empty String, whitespaces)
emptyLine :: T.Text -> Bool
emptyLine a
| T.null a = True