typetermNatList.tex 270 B

1234567
  1. \begin{tomcode3}[label=code:typetermNatList,caption=Ancrage du type NatList avec l'implémentation Java JNatList]
  2. %typeterm NatList {
  3. implement { JNatList }
  4. is_sort(s) { (s instanceof JNatList) }
  5. equals(t1,t2) { (t1.equals(t2)) }
  6. }
  7. \end{tomcode3}