Skip to content

Commit 582d11a

Browse files
committed
Remove merge conflict which was not resolved for some reason
1 parent 4d762c5 commit 582d11a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Agda/Core/Checkers/Converter.agda

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,11 @@ convertWhnf r functionTerm (TLam x b) =
239239
do
240240
conversionProof <- convertCheck newScope b term
241241
return (CEtaFunctions x functionTerm b conversionProof)
242-
<<<<<<< HEAD
243242
convertWhnf r a b = do
244243
conversionProof <- convertCheck r b a
245244
return (CSym conversionProof)
246245
-- convertWhnf r (TLam x v) (TVar x') = tcError "implement eta-functions 2"
247246
-- convertWhnf r (TApp _ _) (TLam _ _) = tcError "implement eta-functions 3"
248-
=======
249-
convertWhnf r (TLam x v) (TVar x') = tcError "implement eta-functions 2"
250-
convertWhnf r _ _ = tcError "two terms are not the same and aren't convertible"
251-
>>>>>>> a146e6c (Working example for function eta-conversion where TLam is on left and TVar is on right)
252247

253248
{-# COMPILE AGDA2HS convertWhnf #-}
254249

0 commit comments

Comments
 (0)