CakeML/cakeml

Update CakeML tutorial to use monadic translator

开放

#697 创建于 2019年11月6日

 (1 条评论) (0 个反应) (0 位负责人)Standard ML (98 个派生)auto 404
help wanted

仓库指标

星标
 (1,169 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently the CakeML tutorial, i.e. the files under tutorial/solutions and particularly wordfreqProgScript.sml, is based on CF proofs.

Since the monadic translator, which is described in Proof-Producing Synthesis of CakeML with I/O and Local State from Monadic HOL Functions, could produce the same program in a nicer way, I think the tutorial should be ported to use the monadic translator.

One can take inspiration from existing examples that use the monadic translator.

贡献者指南