Getty Ritter 8 лет назад
Родитель
Сommit
dbba471296
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Data/SCargot/Comments.hs

+ 2 - 0
Data/SCargot/Comments.hs

@@ -48,8 +48,8 @@ import            Data.SCargot.Parse ( Comment
 lineComment :: String -> Comment
 lineComment s = string s >> skipMany (noneOf "\n") >> return ()
 
+-- | Given two strings, a begin and an end delimiter, produce a
+--   parser that matches the beginning delimiter and then ignores
 --   everything until it finds the end delimiter. This does not
 --   consider nesting, so, for example, a comment created with
 --