gomPeanoSimple.tex 180 B

1234567
  1. \begin{gomcode1}[label=code:gomPeanoSimple,caption=Signature algébrique Gom pour les entiers de Peano.]
  2. module Peano
  3. abstract syntax
  4. Nat = zero()
  5. | suc(n:Nat)
  6. \end{gomcode1}