doc-src/Tutorial/Datatype/tsubsts
author wenzelm
Sun, 24 Feb 2002 21:45:57 +0100
changeset 12928 6ffd206f93ee
parent 5851 15ce4c1c8313
permissions -rw-r--r--
replaced 'using' keyword by 'to';

  "substs s [] = []"
  "substs s (t # ts) = subst s t # substs s ts"