X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fcoercions.ma;h=3d1279133e7c956d82f4051e67fa63a23aab8e70;hb=c8aa73f573026ca9e1736f058bf77561f028c10a;hp=21bf994ce1d73e8bfab6db82571251081d99ae68;hpb=7c4e75d43137f6bc529d1c42a298a72a3548a912;p=helm.git diff --git a/helm/matita/tests/coercions.ma b/helm/matita/tests/coercions.ma index 21bf994ce..3d1279133 100644 --- a/helm/matita/tests/coercions.ma +++ b/helm/matita/tests/coercions.ma @@ -26,7 +26,7 @@ coercion pos2nat. coercion nat2int. -let rec plus (x,y:int) on x : int \def +let rec plus x y : int \def match x with [ (positive n) \Rightarrow x | (negative z) \Rightarrow y].