summaryrefslogtreecommitdiff
path: root/compiler/parser/HaddockLex.hi-boot-6
blob: 902003fc304525fa4b06f59c0dd28db04de1b186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module HaddockLex where

tokenise :: GHC.Base.String -> [Token]

data Token
  = TokPara
  | TokNumber
  | TokBullet
  | TokDefStart
  | TokDefEnd
  | TokSpecial GHC.Base.Char
  | TokIdent [RdrName.RdrName]
  | TokString GHC.Base.String
  | TokURL GHC.Base.String
  | TokPic GHC.Base.String
  | TokEmphasis GHC.Base.String
  | TokAName GHC.Base.String
  | TokBirdTrack GHC.Base.String