doc-src/Tutorial/Datatype/tconstssubst
author wenzelm
Mon, 07 Jan 2002 18:30:43 +0100
changeset 12653 a55c066624eb
parent 5851 15ce4c1c8313
permissions -rw-r--r--
tuned;

consts
   subst  :: ('a => ('a,'b)term) => ('a,'b)term      => ('a,'b)term
   substs :: ('a => ('a,'b)term) => ('a,'b)term list => ('a,'b)term list