Skip to content

Commit 7576a3a

Browse files
committed
Fix typo in Haddocks
1 parent 5b23a7e commit 7576a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Control/Monad/Unify.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ data UnifyState t = UnifyState {
8282
defaultUnifyState :: (Partial t) => UnifyState t
8383
defaultUnifyState = UnifyState 0 mempty
8484

85-
-- \
85+
-- |
8686
-- A class for errors which support unification errors
8787
--
8888
class UnificationError t e where

0 commit comments

Comments
 (0)