Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Feb 20, 2015
1 parent 532b95e commit e2f0b0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ Using OPAM for Coq:
See the complete documentation online on [doc/io-effects-unix](http://clarus.github.io/doc/io-effects-unix/IoEffectsUnix.Unix.html).

## Extraction
To run a program you can extract it to [OCaml](https://ocaml.org/). Install the extraction library:

opam install coq:io-effects:unix:ocaml

and evaluate:
To run a program you can extract it to [OCaml](https://ocaml.org/). Do:

Definition main := Extraction.Lwt.run (Extraction.eval hello_world).
Extraction "main" main.
Expand Down

0 comments on commit e2f0b0e

Please sign in to comment.