Avoid compiler warning for unused identifier.
This commit is contained in:
parent
317d9eea17
commit
a21833b638
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ isSimpleList :: Block -> Bool
|
|||
isSimpleList x =
|
||||
case x of
|
||||
BulletList items -> all isSimpleListItem items
|
||||
OrderedList (num, sty, _) items -> all isSimpleListItem items &&
|
||||
OrderedList (_, sty, _) items -> all isSimpleListItem items &&
|
||||
sty `elem` [DefaultStyle, Decimal]
|
||||
_ -> False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue