Closed UlfNorell closed 10 years ago
From ulf.nor...@gmail.com on November 14, 2013 04:24:07
Fixed, I believe. Unfortunately my ghc-7.0.4 installation segfaults halfway through compiling Agda so I can't actually verify.
Status: Fixed
From guillaum...@gmail.com on November 14, 2013 04:59:19
Thanks, it works now.
From andres.s...@gmail.com on November 14, 2013 15:26:07
FWIW, it seems the GHC 7.0.4 -fwarn-incomplete-patterns flag was split in the -fwarn-incomplete-patterns and -fwarn-incomplete-uni-patterns flags in GHC >= 7.2. The last flag yields the two warnings reported in this issue and 76 additional ones.
Labels: Type-Defect
From andreas....@gmail.com on November 14, 2013 17:02:31
Labels: BuildFailure
From guillaum...@gmail.com on November 14, 2013 12:28:46
I’m getting the following error when trying to compile the latest darcs version of Agda:
[…] [227 of 258] Compiling Agda.TypeChecking.Rules.LHS.Split ( src/full/Agda/TypeChecking/Rules/LHS/Split.hs, dist/build/Agda/TypeChecking/Rules/LHS/Split.o )
src/full/Agda/TypeChecking/Rules/LHS/Split.hs:116:11: Warning: Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns not matched: Projection Nothing _
src/full/Agda/TypeChecking/Rules/LHS/Split.hs:125:15: Warning: Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns not matched: (, , Axiom) (, , Function ) (, , Datatype ) (, , Constructor _) ...