Skip to content

Commit

Permalink
fix accidental replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
nimec01 committed Jan 31, 2025
1 parent e57f1cd commit af0c5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formula/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ instance Ord Literal where
compare l1 l2 = compare (letter l1) (letter l2)


-- | '¬' deNeges a negative sign
-- | '¬' denotes a negative sign
instance Show Literal where
show (Pos x) = [x]
show (Neg x) = ['¬', x]
Expand Down

0 comments on commit af0c5a3

Please sign in to comment.