1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Sort imports.

This commit is contained in:
Rob Rix 2019-07-15 10:48:37 -04:00
parent f8b4375090
commit cf40f50459
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -9,8 +9,8 @@ module Data.Scope
) where
import Control.Applicative (liftA2)
import Control.Monad.Trans.Class
import Control.Monad ((>=>))
import Control.Monad.Trans.Class
import Data.Function (on)
data Incr a b