From c4c2dc8bc7fd9729ca43ff1ff484fca9ac7b963e Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 10 Jul 2009 03:00:25 +0000 Subject: [PATCH] ... --- helm/software/matita/matitaExcPp.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 126b78b89..24f25c502 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -159,6 +159,8 @@ let rec to_string = snd (to_string e) | NCicEnvironment.BadConstraint msg -> None, "NCicEnvironment bad constraint: " ^ Lazy.force msg + | NCicUnification.UnificationFailure msg -> + None, "NCicUnification failure: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg | CicTypeChecker.AssertFailure msg -> -- 2.39.2