|
From: Derek D. <dr...@cs...> - 2001-09-17 18:53:19
|
> After quickly perusing the SML definition, I still don't know what's > a "clausal function definition". Could someone enlighten me ? fun f <pattern1> = ... | f <pattern2> = ... ... | f <patternN> = ... Derek |