1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00

🔥 some obsolete comments referencing LocationFor.

This commit is contained in:
Rob Rix 2018-03-29 21:37:33 -04:00
parent 37ac53fdd8
commit 7641b20d06

View File

@ -55,7 +55,7 @@ askRoots :: (Effectful m, Member (Reader (Live location value)) effects) => m ef
askRoots = raise ask
-- | Run a computation with the given 'Live' set added to the local root set.
-- extraRoots :: (Effectful m, Member (Reader (Live (LocationFor value) value)) effects, Ord (LocationFor value)) => Live (LocationFor value) value -> m effects a -> m effects a
-- extraRoots :: (Effectful m, Member (Reader (Live location value)) effects, Ord location) => Live location value -> m effects a -> m effects a
-- extraRoots roots = raise . local (<> roots) . lower