mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
-- (Description of the module)
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module Comments where
|
||||
module Comments ( remComments
|
||||
) where
|
||||
|
||||
-- comment removal : line tails prefixed by -- as well as chunks in {- ... -}
|
||||
-- | comment removal : line tails prefixed by -- as well as chunks in {- ... -}
|
||||
|
||||
remComments :: String -> String
|
||||
remComments s =
|
||||
|
||||
Reference in New Issue
Block a user