<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Use a different colon (:) symbol, such as the one you get by typing \:4<br>in emacs. I think the normal colon is reserved.</blockquote><div><br></div><div>Please don't! Relying on a difference that no one can see is bound to lead to problems. There are many colon-like symbols that are easy to distinguish from a colon, see here:</div><div><br></div><div>    <a href="https://unicode-search.net/unicode-namesearch.pl?term=COLON">https://unicode-search.net/unicode-namesearch.pl?term=COLON</a></div><div><br></div><div>My favourite is:</div><div><br></div><table class="gmail-resulttable" style="border-collapse:collapse;max-width:100%;color:rgb(0,0,0);font-family:Times;font-size:medium"><tbody><tr class="gmail-resev" style="background-color:rgb(248,248,248)"><td class="gmail-upoint" style="border-width:1px;border-style:solid;border-color:black;padding-left:0.5em;padding-right:0.5em;text-align:right;font-family:monospace">U+2982</td><td class="gmail-character" style="border-width:1px;border-style:solid;border-color:black;padding-left:0.5em;padding-right:0.5em;text-align:center">⦂</td><td class="gmail-utf8" style="border-top:1px solid black;border-bottom:1px solid black;border-left:1px solid black;border-right:none;padding-left:0.5em;padding-right:0.5em;text-align:right;font-family:monospace">e2 a6 82</td><td class="gmail-namelong" lang="en" style="border-width:1px;border-style:solid;border-color:black;padding-left:0.5em;padding-right:0.5em;word-break:break-all">Z NOTATION TYPE <b>COLON</b></td></tr></tbody></table><div><br></div><div>Cheers, -- P</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr">.   \ Philip Wadler, Professor of Theoretical Computer Science,<br>.   /\ School of Informatics, University of Edinburgh<br></div><div>.  /  \ and Senior Research Fellow, IOHK<br></div><div dir="ltr">. <span><a href="http://homepages.inf.ed.ac.uk/wadler/" target="_blank">http://homepages.inf.ed.ac.uk/wadler/</a></span></div></div><div dir="ltr"><br></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 23 Mar 2020 at 14:25, a.j.rouvoet <<a href="mailto:a.j.rouvoet@gmail.com">a.j.rouvoet@gmail.com</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">Concretely, the following is accepted by Agda:<br>
<br>
syntax exists A (λ x -> px) = ex x ∶ A , px<br>
<br>
and you can use it as you want (I think):<br>
<br>
there-are-numbers-less-than-three : ex x ∶ ℕ , (x ≤ 3)<br>
<br>
On 3/23/20 6:19 PM, Martin Escardo wrote:<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>
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>