| SMLDoc |
signature SOURCE_PATH =
sig
type file
type dir
type prefile
val native
: {err : string -> unit} -> {context : dir, spec : string} -> prefile
val standard
: {err : string -> unit} -> {context : dir, spec : string} -> prefile
val extend : prefile -> string list -> prefile
val file : prefile -> file
val pre : file -> prefile
val cwd : unit -> dir
val dir : file -> dir
val osstring : file -> string
val osstring_prefile_relative : prefile -> string
val osstring_dir : dir -> string
val osstring_prefile : prefile -> string
end
Type detail |
---|
type file
type dir
type prefile
Value detail |
---|
val native : {err : string -> unit} -> {context : dir, spec : string} -> prefile
val standard
: {err : string -> unit} -> {context : dir, spec : string} -> prefile
val extend : prefile -> string list -> prefile
val osstring_prefile_relative : prefile -> string
val osstring_dir : dir -> string
val osstring_prefile : prefile -> string
| SMLDoc: Documentation generator for SML |