dionysus98 / coq_coq

Learn Dependently Typed FL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COQ

  • Lernen Sie COQ Schritt für Schritt

  • SOURCES:

  • COMPILATION:

    • create a _CoqProject file

       $> echo "-Q . PROJECTNAME" >> _CoqProject
    • with MakeFile

      $> coq_makefile -f _CoqProject -o Makefile *.v
    • without MakeFile

      $> coqc -Q . PROJECTNAME FILENAME.v

About

Learn Dependently Typed FL


Languages

Language:Coq 100.0%