mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Clarify what kind of comment we’re talking about.
This commit is contained in:
parent
33cd1e9aea
commit
f918ec48b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user