doc-src/Tutorial/Datatype/tsubsts
author wenzelm
Sat, 06 May 2000 00:46:13 +0200
changeset 8820 a1297de19ec7
parent 5851 15ce4c1c8313
permissions -rw-r--r--
fixed clash with new 'abs' const;

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