<div dir="ltr"><div>It should be</div><div><br></div><div>syntax exists A (λ x → P) = ex x ∶ A , P</div><div><br></div><div>/ Ulf<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 10:13 PM Michel Levy <<a href="mailto:michel.levy.imag@free.fr">michel.levy.imag@free.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Alas, the suggestion of Martin "syntax exists A P   = ex  x : A , P x"<br>
doesn't work.<br>
<br>
I  still have the error : syntax must alternate holes and non-holes.<br>
<br>
And I get a lexical error when I replace the colon : by \:4<br>
<br>
I  read<br>
"<a href="https://agda.readthedocs.io/en/v2.6.0/language/syntax-declarations.html" rel="noreferrer" target="_blank">https://agda.readthedocs.io/en/v2.6.0/language/syntax-declarations.html</a>"<br>
without finding the solution.<br>
<br>
Remark : I'm using agda version 2.5.3<br>
<br>
Le 23/03/2020 à 18:19, Martin Escardo a écrit :<br>
> Also you will need to write<br>
><br>
> syntax exists A P   = ex  x : A , P x<br>
><br>
> without the round brackets, I think.<br>
><br>
> Martin<br>
><br>
><br>
> On 23/03/2020 17:18, Martin Escardo wrote:<br>
>> Use a different colon (:) symbol, such as the one you get by typing<br>
>> \:4 in emacs. I think the normal colon is reserved. Martin<br>
>><br>
>> On 23/03/2020 16:53, <a href="mailto:michel.levy.imag@free.fr" target="_blank">michel.levy.imag@free.fr</a> wrote:<br>
>>> I made the following statement<br>
>>><br>
>>> data exists (A : Set)(P : A -> Set): Set where<br>
>>>    <_,_> : (a : A) -> P a -> exists A P<br>
>>><br>
>>> I would like to rewrite (exists A P) as, for example,  (ex (x : A) P<br>
>>> x).<br>
>>> But I don't understand how to do it. I tried :<br>
>>><br>
>>> syntax exists A P   = ex  (x : A) , P x<br>
>>><br>
>>> but I had the mistake : syntax must use holes exactly once<br>
>>><br>
>>> Can you explain to me how to use the syntax declaration on this<br>
>>> example ? What are these holes in my syntax statement ?<br>
>>><br>
>><br>
><br>
-- <br>
courriel : <a href="mailto:michel.levy.imag@free.fr" target="_blank">michel.levy.imag@free.fr</a><br>
mobile : 06 59 13 42 53<br>
web : <a href="http://michel.levy.imag.free.fr" rel="noreferrer" target="_blank">michel.levy.imag.free.fr</a><br>
<br>
_______________________________________________<br>
Agda mailing list<br>
<a href="mailto:Agda@lists.chalmers.se" target="_blank">Agda@lists.chalmers.se</a><br>
<a href="https://lists.chalmers.se/mailman/listinfo/agda" rel="noreferrer" target="_blank">https://lists.chalmers.se/mailman/listinfo/agda</a><br>
</blockquote></div>