Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] run recursive programs in coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] run recursive programs in coq


Chronological Thread 
  • From: Anton Trunov <anton.a.trunov AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] run recursive programs in coq
  • Date: Thu, 1 Nov 2018 12:53:02 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=anton.a.trunov AT gmail.com; spf=Pass smtp.mailfrom=anton.a.trunov AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm1-f54.google.com
  • Ironport-phdr: 9a23:FDsp7xfxR4Y/zpeyK/Ces/6YlGMj4u6mDksu8pMizoh2WeGdxcuyZR7h7PlgxGXEQZ/co6odzbaO7Oa4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahY75+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM38H3YhMN/g6xGrhyhqQJxzIzXbo+SL/d+YrrdfdYGSWpBQspdSSpMCZ68YYsVCOoBOP5VopX7p1sSqhu+AxSnCv31yj9VgH/22rM62PkmHA7c2gwgA9UOsHLOoNrvLqsSTfq1zLTOzTXEcfNbwjj96I3SfRAgpfGAR65/cc3UyUQ2EQ7Ok1ueqYvgPzyP1+QNtXCW7+VhVeKzi24nthp+riKzyccrj4nEgJ8exFPc9Shh3oo5Odm1RFR4bNOkCpdcqj+WOohsTs4iTGxkoCI3x7IctZO5ciUG0pQqyhHFZ/CabYSF4RTuX/uLLzhinnJqYre/ig6y8Ue+zu38UdG50FNQoSpEltnAr34M1xnO5sSeRPtw/kis1SyA1wDU7eFELkQ0mrTBJ5E9xb4wk4IfsUXFHiDohEX7lLGaelkg9+Sy6OnqYq/qqoKCO4J3kA3zMqsjltS6AesiMwgOW2ab+f671L3m5UD2WrNKjuExkqnfqpzVP94XprKjAw9I1IYj7Ai/Aiyp0NQdh3YHLVZFdAibgIjuPlHCOOr4Auung1SwjDdrwOjLMaHmApXUN3TMjLPhfatm5ENH0woyzdVf54pOBb0bIfLzXFXxtN3CARMjPQy02bWvNNIo3YQHHGmLH6WxMaXIsFbO6Ph8DfOLYdo8vir6LbAZ/ePoimFxzVYbYa6vm5JRdGqlGPN4C0qcaHvoxNwGFDFZ7UIFUOX2hQjaAnZobHGoUvdkv2BpOMedFY7GA7uVrvmE1Sa/EIdRYzkfWF+JGHbsMY6DXqVVMX7AEopaijUBEIOZZco5zxj37V31zrNmKqzf/ShK7cu+hugw3PXakFQJzRIxD8mZ1DvQHWR9n2dNWDpvma4i/QpyzVCM1aU+iPtdR4Re

Hi Thorsten,

There is a plugin written by Simon Boulier called TypingFlags:
https://github.com/SimonBoulier/TypingFlags

Best,
Anton

> On 1 Nov 2018, at 12:21, Thorsten Altenkirch
> <Thorsten.Altenkirch AT nottingham.ac.uk>
> wrote:
>
> Is there a way to run possibly non-terminating programs in the coq type
> checker. In Agda you can just switch off the termination checker.
>
> I think this is useful if you want to use something whose termination you
> haven't yet proven but want to exploit reduction.
>
> Hence it is not enough to add the assumption that it terminates as an axiom
> because this won't reduce.
> <image001.gif>
> Thorsten
> This message and any attachment are intended solely for the addressee
> and may contain confidential information. If you have received this
> message in error, please contact the sender and delete the email and
> attachment.
>
> Any views or opinions expressed by the author of this email do not
> necessarily reflect the views of the University of Nottingham. Email
> communications with the University of Nottingham may be monitored
> where permitted by law.
>
>
>
>
>




Archive powered by MHonArc 2.6.18.

Top of Page