1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

Sort imports.

This commit is contained in:
Rob Rix 2015-11-27 09:44:29 -05:00
parent 05fa421642
commit ab05599dab

View File

@ -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