doc-src/Tutorial/Datatype/appmap
author wenzelm
Sat, 04 Sep 1999 21:00:20 +0200
changeset 7468 6ce03d2f7d91
parent 5851 15ce4c1c8313
permissions -rw-r--r--
equal_lists: ('a * 'b -> bool) -> 'a list * 'b list -> bool;

"subst s (App f ts) = App f (map (subst s) ts)"