doc-src/Tutorial/Datatype/tsubsts
author oheimb
Fri, 29 Jan 1999 17:10:26 +0100
changeset 6164 a0e9501d56f8
parent 5851 15ce4c1c8313
permissions -rw-r--r--
moved print_mode to ROOT.ML
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5851
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     1
  "substs s [] = []"
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     2
  "substs s (t # ts) = subst s t # substs s ts"