CakeML/cakeml

better support for translating recursion through higher-order functions

Aberta

#9 aberto em 23 de dez. de 2014

 (1 comentário) (0 reação) (1 responsável)Standard ML (98 forks)auto 404
help wantedhigh effortmedium rewardtranslator

Métricas do repositório

Stars
 (1.169 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

The translator works on recursive functions that recurse as an argument to MAP (and maybe some other simple functions), but in general recursion as an argument to a higher-order function makes the translator fail when attempting to prove the certificate theorem using the induction theorem. A solution to the problem will probably require a more general form of certificate theorems (in particular, allowing arbitrary preconditions on arguments).

See this thread: https://lists.cakeml.org/private/dev/2014-December/000662.html

Guia do colaborador