mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
Sort imports.
This commit is contained in:
parent
05fa421642
commit
ab05599dab
@ -2,9 +2,9 @@ module SES where
|
||||
|
||||
import Patch
|
||||
import Diff
|
||||
import Term
|
||||
import Control.Monad.Free
|
||||
import Control.Comonad.Cofree
|
||||
import Term
|
||||
|
||||
type Compare a annotation = Term a annotation -> Term a annotation -> Maybe (Diff a annotation)
|
||||
type Cost a annotation = Diff a annotation -> Integer
|
||||
|
Loading…
Reference in New Issue
Block a user