项目作者: spl

项目描述 :
α转换的精益证明很容易
高级语言: Lean
项目地址: git://github.com/spl/alpha-conversion-is-easy.git
创建时间: 2016-02-20T20:46:03Z
项目社区:https://github.com/spl/alpha-conversion-is-easy

开源协议:

下载


This is an attempt — so far unsuccessful — to implement a proof of
Alpha-conversion is easy by Thorsten
Altenkirch in Lean.

Get

Clone the repository and initialize and clone the submodules:

  1. $ git clone --recurse-submodules https://github.com/spl/alpha-conversion-is-easy.git acie

Build

Normal build

  1. $ make

This will build a “release” version of lean. See the relevant
instructions for building on your
platform.

It will then build the repository code.

Debug build

  1. $ make CMAKE_BUILD_TYPE=DEBUG

The only difference from the normal build is that a “debug” version of lean is
built.