Skip to content
Snippets Groups Projects
Commit 9f9522a4 authored by simonmar's avatar simonmar
Browse files

[haddock @ 2002-05-09 10:33:14 by simonmar]

oops, left out '/' from the special characters in the last change.
parent f6a24ba3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ module HaddockLex (
import Char
special = '`' : '\'' : '\"' : '@' : []
special = '`' : '\'' : '\"' : '@' : '/' : []
data Token
= TokPara
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment