(* just a placeholder so far *) (* * Configurable path anchors for new CM. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) signature PATHCONFIG = sig val configAnchor : string -> (unit -> string) option end (* * The names of config anchors must be names of actual files. * Function configAnchor will map the name of the anchor to * the directory that contains the corresponding file. *) structure PathConfig :> PATHCONFIG = struct (* this is bogus -- should not be hard-wired like this *) fun configAnchor "smlnj-lib.cm" = SOME (fn () => "/home/blume/ML/current/lib") | configAnchor _ = NONE end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: hor "smlnj-lib.cm" = SOME (fn () => "/home/blume/ML/current/lib") | configAnchor _ = NONE end