1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Cleanup lint messages

This commit is contained in:
joshvera 2016-09-14 13:31:36 -04:00
parent 1ba892e286
commit d5c04e209b
2 changed files with 1 additions and 2 deletions

View File

@ -116,7 +116,7 @@ rws compare as bs
-> UnmappedTerms f fields
-> UnmappedTerm f fields
-> State (Int, UnmappedTerms f fields, UnmappedTerms f fields) (Int, Free (CofreeF f (Both (Record fields))) (Patch (Cofree f (Record fields))))
insertion previous unmappedA unmappedB (UnmappedTerm j _ b) = do
insertion _ unmappedA unmappedB (UnmappedTerm j _ b) = do
put (j, unmappedA, IntMap.delete j unmappedB)
pure (j, inserting b)

View File

@ -10,7 +10,6 @@ import Patch
import Patch.Arbitrary ()
import Syntax
import Prologue
import Term
import Term.Arbitrary
import Test.QuickCheck hiding (Fixed)