Skip to content

Simple proof of concept of FreeSpec and coqffi -- The guess game.

Notifications You must be signed in to change notification settings

edwinans/freespec-guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freespec-guess

Simple proof of concept of FreeSpec and coqffi -- The Guess game.

This example is produced with the help of Thomas Letan (@lthms).

Build

opam switch create . ocaml-base-compiler.4.11.1 --repositories "default,coq-released,coq-extra-dev" --description=freespec-guess

You need to have told Opam what coq-released and coq-extra-dev are. If you have not done it before, you can read here how to setup it correctly.
opam repo add coq-released https://coq.inria.fr/opam/released

Install Dependencies

opam install . --deps-only

Run

To run the guess game:
dune build
dune exec bin/main.exe

About

Simple proof of concept of FreeSpec and coqffi -- The guess game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published