effectful-zoo-0.0.1.0: components/core/Effectful/Zoo/Core/Prim.hs
module Effectful.Zoo.Core.Prim ( type (<:) ) where import Effectful ((:>)) type (<:) r e = (:>) e r
module Effectful.Zoo.Core.Prim ( type (<:) ) where import Effectful ((:>)) type (<:) r e = (:>) e r