Project Page
Index
Table of Contents
From
Undecidability.L.Tactics
Require
Import
LTactics
GenEncode
.
From
Undecidability.L.Datatypes
Require
Export
LNat
LTerm
.
Extracted encoding of natural numbers
Instance
term_nat_enc
:
computable
nat_enc
.
Proof
.
extract
.
Defined
.
Extracted term encoding
Instance
term_term_enc
:
computable
term_enc
.
Proof
.
extract
.
Qed
.