mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-29 22:52:37 +03:00
Fix formatting issue in 'tag' documentation
This commit is contained in:
parent
ef373edadb
commit
2404b97e1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user