Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Mar 10, 2024
1 parent 0905f0d commit dd40026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shrun/Configuration/Data/WithDisabled.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ import Shrun.Prelude
--
-- - Identity: 'Without'
-- - 'With' is left-biased.
-- - ('Without', 'Without') forms a normal submonoid, in particular:
-- - ('Without', 'Disabled') forms a normal submonoid, in particular:
--
-- @
-- 'Without' <> _ === 'Without' === _ <> 'Without'
-- 'Disabled' <> _ === 'Disabled' === _ <> 'Disabled'
-- @
data WithDisabled a
= -- | The field.
Expand Down

0 comments on commit dd40026

Please sign in to comment.