Skip to content

Commit

Permalink
use haddock quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Sep 10, 2024
1 parent 2469b57 commit a6ccb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/Core/Symbolic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ instance MonadReader r m => MonadReader r (SymbolicT m) where
ask = lift ask
local f = mapSymbolicT $ mapReaderT $ local f

-- | `Symbolic` is specialization of `SymbolicT` to the `IO` monad. Unless you are using
-- | 'Symbolic' is specialization of 'SymbolicT' to the `IO` monad. Unless you are using
-- transformers explicitly, this is the type you should prefer.
type Symbolic = SymbolicT IO

Expand Down

0 comments on commit a6ccb42

Please sign in to comment.