1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Re-export Algebra & run as well.

This commit is contained in:
Rob Rix 2019-12-12 11:42:40 -05:00
parent d81d482592
commit fdabcdb722
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -8,7 +8,9 @@ module Control.Effect.Parse
, parseWith
, parsePairWith
-- * Re-exports
, Algebra
, Has
, run
) where
import Control.Algebra