1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Clarify what kind of comment we’re talking about.

This commit is contained in:
Rob Rix 2017-03-26 15:56:58 -04:00
parent 33cd1e9aea
commit f918ec48b3

View File

@ -2,5 +2,6 @@ module Data.Syntax.Comment where
import Prologue
-- | An unnested comment (line or block).
newtype Comment a = Comment { commentContent :: ByteString }
deriving (Eq, Show)