Next Previous Up Top Contents Index

4.3 Compilation: the Project structure

4.3.3 The Path structure

The Path structure provides an interface to the batch compilation system's source path mechanism. It has the following signature:

structure Path:
 sig
    exception PathError of string
    val sourcePath: unit -> string list
    val setSourcePath: string list -> unit
    val pervasive: unit -> string
    val setPervasive: string -> unit
 end

PathError
sourcePath
setSourcePath
pervasive
setPervasive

MLWorks Reference Manual version 2.0 - 29 Jul 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker