Fix formatting issue in 'tag' documentation

This commit is contained in:
MorrowM 2022-05-17 23:13:06 +03:00 committed by Torsten Schmits
parent ef373edadb
commit 2404b97e1e

View File

@ -39,7 +39,7 @@ newtype Tagged k e m a where
-- -> 'Sem' r a
-- -> 'Sem' r a
-- taggedLocal f m =
-- 'tag' @k @('Polysemy.Reader.Reader' i) $ 'Polysemy.Reader.local' @i f ('raise' m)
-- 'tag' \@k \@('Polysemy.Reader.Reader' i) $ 'Polysemy.Reader.local' @i f ('raise' m)
-- @
--
tag