1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Sort the imports.

This commit is contained in:
Rob Rix 2016-06-27 15:28:04 -04:00
parent 9611a27887
commit 2de9468ed1

View File

@ -1,12 +1,12 @@
module InterpreterSpec where
import Prologue
import Category
import Diff
import Data.Record
import Interpreter
import Syntax
import Patch
import Category
import Prologue
import Syntax
import Test.Hspec
spec :: Spec