MlExtract.v


Require Export Extraction.

  Extract Inductive bool => bool [true false].
  Extract Inductive sumbool => bool [true false].
  Extract Inductive Exc => option [Some None].
  Extract Inductive
sumor => option [Some None].

23/12/98, 14:30