1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Re-export some stuff.

This commit is contained in:
Rob Rix 2019-11-06 12:35:07 -05:00
parent 903e73cba8
commit 374f90dc7e
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,2 +1,7 @@
module Analysis.Effect.Domain
() where
( -- * Re-exports
Carrier
, run
) where
import Control.Effect.Carrier