Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created May 18, 2014 16:00
Show Gist options
  • Select an option

  • Save pasberth/4a9a87e302cc566d1e73 to your computer and use it in GitHub Desktop.

Select an option

Save pasberth/4a9a87e302cc566d1e73 to your computer and use it in GitHub Desktop.
Cat_on_Coq を動かすまでにしたこと
brew install ssreflect
git clone https://github.com/mathink/Cat_on_Coq
cd Cat_on_Coq
perl -i -pe 's/COC\.//g' *.v
perl -i -pe 's/-R \. COC//' _CoqProject
make all
emacs Functor.v

環境

ProofGeneral Version 4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment