1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Sort imports.

This commit is contained in:
Rob Rix 2019-10-10 17:23:03 -04:00
parent f9a92e76a9
commit aee5f5110c
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -25,8 +25,8 @@ import Data.Maybe (fromJust, fromMaybe)
import Data.Text (Text)
import GHC.Stack
import Prelude hiding (fail)
import Syntax.Scope
import Source.Span
import Syntax.Scope
import Syntax.Term
eval :: ( Carrier sig m