Closed mattam82 closed 3 months ago
We show that e.g. Extract Inductive bool => "bool" [ 1 0 ] is semantics preserving, so that we can map to the target language's data representations directly (e.g. ocaml's booleans).
Extract Inductive bool => "bool" [ 1 0 ]
We show that e.g.
Extract Inductive bool => "bool" [ 1 0 ]
is semantics preserving, so that we can map to the target language's data representations directly (e.g. ocaml's booleans).