Fixed haddock error in Muse reader.
This commit is contained in:
parent
9b715d0cf2
commit
e4ca51c2a7
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ data MuseEnv =
|
|||
MuseEnv { museInLink :: Bool }
|
||||
|
||||
instance Default MuseEnv where
|
||||
def = MuseEnv { museInLink = False -- ^ True when parsing a link description to avoid nested links
|
||||
def = MuseEnv { museInLink = False
|
||||
-- True when parsing a link description to avoid nested links
|
||||
}
|
||||
|
||||
type MuseParser m = ParserT Text MuseState (ReaderT MuseEnv m)
|
||||
|
|
Loading…
Reference in a new issue