Skip to the content.

Exporting from STTfa files

NOTE currently, only the export from STTfa files is available.

Exporting a library requires:

Getting Started

To export the package arith_fermat using theory sttfa to PVS,

utils/export.sh -e pvs -p arith_fermat -t sttfa

Note: If it is the first time you have used this command, note that the arith_fermat library will also be generated in import/dedukti/sttfa/, as will the opentheory_stdlib library.

Options

For developers

Bash scripts allow to preset many options. export.sh uses the binary eksporti which comes with many more options,

Note that each system may come with its own options; to know more about the export options of any system sys:

dune exec -- eksporti sys --help

and to list available systems,

dune exec -- eksporti --help