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

Re-export runM.

This commit is contained in:
Rob Rix 2019-10-10 15:40:31 -04:00
parent de154040c9
commit c2954ae963
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -11,6 +11,7 @@ module Control.Carrier.Readline.Haskeline
-- * Re-exports
, Carrier
, run
, runM
) where
import Prelude hiding (print)