polysemy-zoo-0.4.0.0: src/Polysemy/Alias.hs
module Polysemy.Alias where import Polysemy type InterpreterOf e r = forall x. Sem (e ': r) x -> Sem r x
module Polysemy.Alias where import Polysemy type InterpreterOf e r = forall x. Sem (e ': r) x -> Sem r x