Re-export (~>) from Control.Monad.Freer

This commit is contained in:
Alexis King 2018-02-20 10:47:38 -08:00
parent 438a5da5a3
commit 76df37ce2e

View File

@ -229,6 +229,9 @@ module Control.Monad.Freer
-- *** Advanced effect handlers
, interpretWith
, interposeWith
-- * Re-exported bindings
, type (~>)
) where
import Control.Natural (type (~>))