Revision e37d265441a8af0d8a8a3bff33c2ae143353d30d
en/Coq2Scala
#Coq to Scala
##Abstract
Coq2Scala is an extention to Coq Extraction. Coq will be able to generate Scala code from Coq definitions.
- author: [@yoshihiro503](http://twitter.com/yoshihiro503)
- hashtag: #coq2scala
- sources: http://bitbucket.org/yoshihiro503/coq2scala
##Download The extension is provided as a patch for Coq source code:
https://bitbucket.org/yoshihiro503/coq2scala/downloads
##Install 1. Download the patch file and corresponding version of Coq source code from CoqDistributes. 2. Apply the patch.
- Make and Install
##How to Use The vernacular command : “Extraction Language Scala.” will be available.
##Examples - CoqInCoq for Scala
##Unsupported Features
- Modules
- CoInductive, CoFixpoint
- Extract Inductive command