X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fassembly%2Fcompiler%2Futility.ma;h=94adb3caf0d4d7a3385955438e2058602f055bb0;hb=c22f39a5d5afc0ef55beb221e00e2e6703b13d90;hp=014d598df0c5ad4ae6b16c2b161f756282bd260f;hpb=3ef4de9e58e795bf60a54f03b89a2d5b9257f473;p=helm.git diff --git a/helm/software/matita/contribs/assembly/compiler/utility.ma b/helm/software/matita/contribs/assembly/compiler/utility.ma index 014d598df..94adb3caf 100755 --- a/helm/software/matita/contribs/assembly/compiler/utility.ma +++ b/helm/software/matita/contribs/assembly/compiler/utility.ma @@ -48,9 +48,9 @@ notation "hvbox(l1 break & l2)" right associative with precedence 47 for @{'ne_append $l1 $l2 }. -interpretation "ne_nil" 'ne_nil hd = (ne_nil _ hd). -interpretation "ne_cons" 'ne_cons hd tl = (ne_cons _ hd tl). -interpretation "ne_append" 'ne_append l1 l2 = (ne_append _ l1 l2). +interpretation "ne_nil" 'ne_nil hd = (ne_nil ? hd). +interpretation "ne_cons" 'ne_cons hd tl = (ne_cons ? hd tl). +interpretation "ne_append" 'ne_append l1 l2 = (ne_append ? l1 l2). (* ************ *) (* List Utility *)