diff options
Diffstat (limited to 'src/GF/Infra/Comments.hs')
| -rw-r--r-- | src/GF/Infra/Comments.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Infra/Comments.hs b/src/GF/Infra/Comments.hs index e5f74f5ab..919b7dd12 100644 --- a/src/GF/Infra/Comments.hs +++ b/src/GF/Infra/Comments.hs @@ -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 = |
