mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Sort the imports.
This commit is contained in:
parent
a418b38e7f
commit
8a86d27f7c
@ -6,7 +6,6 @@ import Data.Aeson
|
||||
import Category as C
|
||||
import Data.Functor.Both
|
||||
import Data.Functor.Listable
|
||||
import RWS
|
||||
import Data.Record
|
||||
import Data.Text.Listable
|
||||
import Diff
|
||||
@ -16,11 +15,12 @@ import Patch
|
||||
import Prologue hiding (fst, snd)
|
||||
import Renderer
|
||||
import Renderer.TOC
|
||||
import RWS
|
||||
import Semantic
|
||||
import Source
|
||||
import SpecHelpers
|
||||
import Syntax as S
|
||||
import Term
|
||||
import Semantic
|
||||
import SpecHelpers
|
||||
import Test.Hspec (Spec, describe, it, parallel)
|
||||
import Test.Hspec.Expectations.Pretty
|
||||
import Test.Hspec.LeanCheck
|
||||
|
Loading…
Reference in New Issue
Block a user