1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Sort some imports.

This commit is contained in:
Rob Rix 2016-02-29 10:04:59 -05:00
parent e678c863b3
commit 93e44a3dc5

View File

@ -1,12 +1,12 @@
module Diff where
import Syntax
import Data.Set
import Control.Monad.Free
import Patch
import Term
import Range
import Category
import Control.Monad.Free
import Data.Set
import Patch
import Range
import Syntax
import Term
-- | An annotated syntax in a diff tree.
data Annotated a annotation f = Annotated !annotation !(Syntax a f)