Skip to content

Commit

Permalink
Yet another Haddock fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Nov 13, 2023
1 parent 5e6ada5 commit 4887d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MathCommon.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ that would remove the parentheses in @deriving (Eq)@ and @module M (a)@
as well.

> args :: (CToken tok) => [Atom (Pos tok)] -> [Pos tok]
> args es = concat [ sp ++ snd (eval'' False i []) | i <- es ] -- $\cong$ Applikation
> args es = concat [ sp ++ snd (eval'' False i []) | i <- es ]
> sp :: (CToken tok) => [Pos tok]
> sp | auto = [fromToken (TeX False sub'space)]
> | otherwise = []
Expand Down

0 comments on commit 4887d56

Please sign in to comment.